#AB67BC

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

Shades of Deep Lilac #AB67BC

Tints of Deep Lilac #AB67BC

Color information

#AB67BC (or 0xAB67BC) is unknown color: approx Deep Lilac. HEX triplet: AB, 67 and BC. RGB value is (171,103,188). Sum of RGB (Red+Green+Blue) = 171+103+188=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 103 (40.62% from 255 or 22.29% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB67BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67BC is #549843. Grayscale: #848484. Windows color (decimal): -5544004 or 12347307. OLE color: 12347307.

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

Color convert

RGB171103188-
CMYK0.090.4500.26
HSL288º38.81%57.06%-
HSV(B)288º45.21%73.73%-
XYZ30.7221.9950.2-
YUV133.02159.03155.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.01%
GREEN value IS 103 (40.62% from 255) = 22.29%
BLUE value IS 188 (73.83% from 255) = 40.69%
R=37.01%
G=22.29%
B=40.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711031880.090.4500.2628838.8157.06
HexAB67BC92D01A1202739
Octal25314727411550324404771
Binary101010111100111101111001001101101011010100100000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB67BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB67BC; }

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

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

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

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

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

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

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

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