#A555BB

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

Shades of Deep Lilac #A555BB

Tints of Deep Lilac #A555BB

Color information

#A555BB (or 0xA555BB) is unknown color: approx Deep Lilac. HEX triplet: A5, 55 and BB. RGB value is (165,85,187). Sum of RGB (Red+Green+Blue) = 165+85+187=437 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.76% from 437); Green value is 85 (33.59% from 255 or 19.45% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #A555BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A555BB is #5AAA44. Grayscale: #787878. Windows color (decimal): -5941829 or 12277157. OLE color: 12277157.

HSL color Cylindrical-coordinate representation of color #A555BB: hue angle of 287.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A555BB is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16585187-
CMYK0.120.5500.27
HSL287.06º42.86%53.33%-
HSV(B)287.06º54.55%73.33%-
XYZ27.7418.0849.04-
YUV120.55165.5159.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.76%
GREEN value IS 85 (33.59% from 255) = 19.45%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=37.76%
G=19.45%
B=42.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165851870.120.5500.27287.0642.8653.33
HexA555BBC3701B11f2b35
Octal24512527314670334375365
Binary101001011010101101110111100110111011011100011111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A555BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A555BB; }

 p { color: rgb(165,85,187); }

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

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

 a { background-color: rgb(165,85,187); }

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

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

 span { border-color: rgb(165,85,187); }

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