#AB6BBA

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

Shades of Deep Lilac #AB6BBA

Tints of Deep Lilac #AB6BBA

Color information

#AB6BBA (or 0xAB6BBA) is unknown color: approx Deep Lilac. HEX triplet: AB, 6B and BA. RGB value is (171,107,186). Sum of RGB (Red+Green+Blue) = 171+107+186=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BBA is #549445. Grayscale: #868686. Windows color (decimal): -5542982 or 12217259. OLE color: 12217259.

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

Color convert

RGB171107186-
CMYK0.080.4200.27
HSL288.61º36.41%57.45%-
HSV(B)288.61º42.47%72.94%-
XYZ30.9222.7249.21-
YUV135.14156.7153.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.85%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=36.85%
G=23.06%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711071860.080.4200.27288.6136.4157.45
HexAB6BBA82A01B1212439
Octal25315327210520334414471
Binary101010111101011101110101000101010011011100100001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BBA; }

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

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

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

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

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

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

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

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