#AB5FBB

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

Shades of Deep Lilac #AB5FBB

Tints of Deep Lilac #AB5FBB

Color information

#AB5FBB (or 0xAB5FBB) is unknown color: approx Deep Lilac. HEX triplet: AB, 5F and BB. RGB value is (171,95,187). Sum of RGB (Red+Green+Blue) = 171+95+187=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5FBB is #54A044. Grayscale: #7F7F7F. Windows color (decimal): -5546053 or 12279723. OLE color: 12279723.

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

Color convert

RGB17195187-
CMYK0.090.4900.27
HSL289.57º40.35%55.29%-
HSV(B)289.57º49.2%73.33%-
XYZ29.8620.4349.38-
YUV128.21161.18158.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.75%
GREEN value IS 95 (37.5% from 255) = 20.97%
BLUE value IS 187 (73.44% from 255) = 41.28%
R=37.75%
G=20.97%
B=41.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171951870.090.4900.27289.5740.3555.29
HexAB5FBB93101B1222837
Octal25313727311610334425067
Binary101010111011111101110111001110001011011100100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5FBB; }

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

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

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

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

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

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

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

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