#AB5CBA

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

Shades of Deep Lilac #AB5CBA

Tints of Deep Lilac #AB5CBA

Color information

#AB5CBA (or 0xAB5CBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 5C and BA. RGB value is (171,92,186). Sum of RGB (Red+Green+Blue) = 171+92+186=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CBA is #54A345. Grayscale: #7E7E7E. Windows color (decimal): -5546822 or 12213419. OLE color: 12213419.

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

Color convert

RGB17192186-
CMYK0.080.5100.27
HSL290.43º40.52%54.51%-
HSV(B)290.43º50.54%72.94%-
XYZ29.4819.8648.73-
YUV126.34161.67159.86-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38.08%
GREEN value IS 92 (36.33% from 255) = 20.49%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=38.08%
G=20.49%
B=41.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171921860.080.5100.27290.4340.5254.51
HexAB5CBA83301B1222937
Octal25313427210630334425167
Binary101010111011100101110101000110011011011100100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CBA; }

 p { color: rgb(171,92,186); }

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

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

 a { background-color: rgb(171,92,186); }

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

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

 span { border-color: rgb(171,92,186); }

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