#AB5CBE

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

Shades of Deep Lilac #AB5CBE

Tints of Deep Lilac #AB5CBE

Color information

#AB5CBE (or 0xAB5CBE) is unknown color: approx Deep Lilac. HEX triplet: AB, 5C and BE. RGB value is (171,92,190). Sum of RGB (Red+Green+Blue) = 171+92+190=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 190 (74.61% from 255 or 41.94% from 453); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB5CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CBE is #54A341. Grayscale: #7E7E7E. Windows color (decimal): -5546818 or 12475563. OLE color: 12475563.

HSL color Cylindrical-coordinate representation of color #AB5CBE: hue angle of 288.37º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5CBE is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17192190-
CMYK0.100.5200.25
HSL288.37º42.98%55.29%-
HSV(B)288.37º51.58%74.51%-
XYZ29.9220.0351-
YUV126.79163.67159.53-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 92 (36.33% from 255) = 20.31%
BLUE value IS 190 (74.61% from 255) = 41.94%
R=37.75%
G=20.31%
B=41.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171921900.100.5200.25288.3742.9855.29
HexAB5CBEA340191202b37
Octal25313427612640314405367
Binary101010111011100101111101010110100011001100100000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CBE; }

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

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

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

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

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

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

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

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