#AB5CBC

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

Shades of Deep Lilac #AB5CBC

Tints of Deep Lilac #AB5CBC

Color information

#AB5CBC (or 0xAB5CBC) is unknown color: approx Deep Lilac. HEX triplet: AB, 5C and BC. RGB value is (171,92,188). Sum of RGB (Red+Green+Blue) = 171+92+188=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 92 (36.33% from 255 or 20.40% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5CBC is #54A343. Grayscale: #7E7E7E. Windows color (decimal): -5546820 or 12344491. OLE color: 12344491.

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

Color convert

RGB17192188-
CMYK0.090.5100.26
HSL289.38º41.74%54.9%-
HSV(B)289.38º51.06%73.73%-
XYZ29.719.9449.86-
YUV126.56162.67159.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 37.92%
GREEN value IS 92 (36.33% from 255) = 20.40%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=37.92%
G=20.40%
B=41.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171921880.090.5100.26289.3841.7454.9
HexAB5CBC93301A1212a37
Octal25313427411630324415267
Binary101010111011100101111001001110011011010100100001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5CBC; }

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

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

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

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

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

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

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

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