#AB6BBC

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

Shades of Deep Lilac #AB6BBC

Tints of Deep Lilac #AB6BBC

Color information

#AB6BBC (or 0xAB6BBC) is unknown color: approx Deep Lilac. HEX triplet: AB, 6B and BC. RGB value is (171,107,188). Sum of RGB (Red+Green+Blue) = 171+107+188=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 107 (42.19% from 255 or 22.96% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB6BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BBC is #549443. Grayscale: #878787. Windows color (decimal): -5542980 or 12348331. OLE color: 12348331.

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

Color convert

RGB171107188-
CMYK0.090.4300.26
HSL287.41º37.67%57.84%-
HSV(B)287.41º43.09%73.73%-
XYZ31.1322.850.34-
YUV135.37157.7153.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.70%
GREEN value IS 107 (42.19% from 255) = 22.96%
BLUE value IS 188 (73.83% from 255) = 40.34%
R=36.70%
G=22.96%
B=40.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711071880.090.4300.26287.4137.6757.84
HexAB6BBC92B01A11f263a
Octal25315327411530324374672
Binary101010111101011101111001001101011011010100011111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BBC; }

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

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

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

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

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

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

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

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