#AB5DBA

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

Shades of Deep Lilac #AB5DBA

Tints of Deep Lilac #AB5DBA

Color information

#AB5DBA (or 0xAB5DBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 5D and BA. RGB value is (171,93,186). Sum of RGB (Red+Green+Blue) = 171+93+186=450 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 186 (73.05% from 255 or 41.33% from 450); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5DBA is #54A245. Grayscale: #7E7E7E. Windows color (decimal): -5546566 or 12213675. OLE color: 12213675.

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

Color convert

RGB17193186-
CMYK0.080.500.27
HSL290.32º40.26%54.71%-
HSV(B)290.32º50%72.94%-
XYZ29.5720.0348.76-
YUV126.92161.34159.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 38%
GREEN value IS 93 (36.72% from 255) = 20.67%
BLUE value IS 186 (73.05% from 255) = 41.33%
R=38%
G=20.67%
B=41.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171931860.080.500.27290.3240.2654.71
HexAB5DBA83201B1222837
Octal25313527210620334425067
Binary101010111011101101110101000110010011011100100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5DBA; }

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

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

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

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

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

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

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

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