#AB6BBB

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

Shades of Deep Lilac #AB6BBB

Tints of Deep Lilac #AB6BBB

Color information

#AB6BBB (or 0xAB6BBB) is unknown color: approx Deep Lilac. HEX triplet: AB, 6B and BB. RGB value is (171,107,187). Sum of RGB (Red+Green+Blue) = 171+107+187=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB6BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BBB is #549444. Grayscale: #878787. Windows color (decimal): -5542981 or 12282795. OLE color: 12282795.

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

Color convert

RGB171107187-
CMYK0.090.4300.27
HSL288º37.04%57.65%-
HSV(B)288º42.78%73.33%-
XYZ31.0222.7649.77-
YUV135.26157.2153.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.77%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 187 (73.44% from 255) = 40.22%
R=36.77%
G=23.01%
B=40.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711071870.090.4300.2728837.0457.65
HexAB6BBB92B01B120253a
Octal25315327311530334404572
Binary101010111101011101110111001101011011011100100000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BBB; }

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

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

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

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

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

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

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

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