#AB4CBF

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

Shades of Deep Lilac #AB4CBF

Tints of Deep Lilac #AB4CBF

Color information

#AB4CBF (or 0xAB4CBF) is unknown color: approx Deep Lilac. HEX triplet: AB, 4C and BF. RGB value is (171,76,191). Sum of RGB (Red+Green+Blue) = 171+76+191=438 (58% of max value = 765). Red value is 171 (67.19% from 255 or 39.04% from 438); Green value is 76 (30.08% from 255 or 17.35% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB4CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CBF is #54B340. Grayscale: #757575. Windows color (decimal): -5550913 or 12537003. OLE color: 12537003.

HSL color Cylindrical-coordinate representation of color #AB4CBF: hue angle of 289.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4CBF is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17176191-
CMYK0.100.6000.25
HSL289.57º47.33%52.35%-
HSV(B)289.57º60.21%74.9%-
XYZ28.7817.5951.17-
YUV117.51169.47166.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 39.04%
GREEN value IS 76 (30.08% from 255) = 17.35%
BLUE value IS 191 (75% from 255) = 43.61%
R=39.04%
G=17.35%
B=43.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171761910.100.6000.25289.5747.3352.35
HexAB4CBFA3C0191222f34
Octal25311427712740314425764
Binary101010111001100101111111010111100011001100100010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4CBF; }

 p { color: rgb(171,76,191); }

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

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

 a { background-color: rgb(171,76,191); }

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

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

 span { border-color: rgb(171,76,191); }

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