#A55EBC

Color #A55EBC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A55EBC

Tints of Deep Lilac #A55EBC

Color information

#A55EBC (or 0xA55EBC) is unknown color: approx Deep Lilac. HEX triplet: A5, 5E and BC. RGB value is (165,94,188). Sum of RGB (Red+Green+Blue) = 165+94+188=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #A55EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A55EBC is #5AA143. Grayscale: #7D7D7D. Windows color (decimal): -5939524 or 12344997. OLE color: 12344997.

HSL color Cylindrical-coordinate representation of color #A55EBC: hue angle of 285.32º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A55EBC is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16594188-
CMYK0.120.5000.26
HSL285.32º41.23%55.29%-
HSV(B)285.32º50%73.73%-
XYZ28.619.6449.86-
YUV125.94163.02155.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=36.91%
G=21.03%
B=42.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165941880.120.5000.26285.3241.2355.29
HexA55EBCC3201A11d2937
Octal24513627414620324355167
Binary101001011011110101111001100110010011010100011101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55EBC; }

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

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

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

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

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

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

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

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