#AB48BB

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

Shades of Deep Lilac #AB48BB

Tints of Deep Lilac #AB48BB

Color information

#AB48BB (or 0xAB48BB) is unknown color: approx Deep Lilac. HEX triplet: AB, 48 and BB. RGB value is (171,72,187). Sum of RGB (Red+Green+Blue) = 171+72+187=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB48BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB48BB is #54B744. Grayscale: #727272. Windows color (decimal): -5551941 or 12273835. OLE color: 12273835.

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

Color convert

RGB17172187-
CMYK0.090.6100.27
HSL291.65º45.82%50.78%-
HSV(B)291.65º61.5%73.33%-
XYZ28.0816.8848.79-
YUV114.71168.8168.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.77%
GREEN value IS 72 (28.52% from 255) = 16.74%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=39.77%
G=16.74%
B=43.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171721870.090.6100.27291.6545.8250.78
HexAB48BB93D01B1242e33
Octal25311027311750334445663
Binary101010111001000101110111001111101011011100100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB48BB; }

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

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

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

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

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

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

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

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