#a55eee

Color #A55EEE Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A55EEE

Tints of Medium Purple #A55EEE

Color information

#A55EEE (or 0xA55EEE) is unknown color: approx Medium Purple. HEX triplet: A5, 5E and EE. RGB value is (165,94,238). Sum of RGB (Red+Green+Blue) = 165+94+238=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 94 (37.11% from 255 or 18.91% from 497); Blue value is 238 (93.36% from 255 or 47.89% from 497); Max value from RGB is 238 - color contains mainly: blue. Hex color #A55EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55EEE is #5AA111. Grayscale: #838383. Windows color (decimal): -5939474 or 15621797. OLE color: 15621797.

HSL color Cylindrical-coordinate representation of color #A55EEE: hue angle of 269.58º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55EEE is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16594238-
CMYK0.310.6100.07
HSL269.58º80.9%65.1%-
HSV(B)269.58º60.5%93.33%-
XYZ34.9522.1883.33-
YUV131.65188.02151.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 33.20%
GREEN value IS 94 (37.11% from 255) = 18.91%
BLUE value IS 238 (93.36% from 255) = 47.89%
R=33.20%
G=18.91%
B=47.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal165942380.310.6100.07269.5880.965.1
HexA55EEE1F3D0710e5141
Octal245136356377507416121101
Binary1010010110111101110111011111111101011110000111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55eee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55eee; }

 p { color: rgb(165,94,238); }

 H1.HeaderClassName
 {
   color: #a55eee;
 }
 .AnyTagClassName
 {
   color: #a55eee;
 }
</style>
background-color css

<style>
 a { background-color: #a55eee; }

 a { background-color: rgb(165,94,238); }

 div.DivClassName
 {
   background-color: #a55eee;
 }
 .BgClassName
 {
   background-color: #a55eee;
 }
</style>
border-color css

<style>
 span { border-color: #a55eee; }

 span { border-color: rgb(165,94,238); }

 td.TdClassName
 {
   border-color: #a55eee;
 }
 .TagClassName
 {
   border-color: #a55eee;
 }
</style>