#AB97DC

Color #AB97DC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #AB97DC

Tints of Biloba Flower #AB97DC

Color information

#AB97DC (or 0xAB97DC) is unknown color: approx Biloba Flower. HEX triplet: AB, 97 and DC. RGB value is (171,151,220). Sum of RGB (Red+Green+Blue) = 171+151+220=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 151 (59.38% from 255 or 27.86% from 542); Blue value is 220 (86.33% from 255 or 40.59% from 542); Max value from RGB is 220 - color contains mainly: blue. Hex color #AB97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB97DC is #546823. Grayscale: #A4A4A4. Windows color (decimal): -5531684 or 14456747. OLE color: 14456747.

HSL color Cylindrical-coordinate representation of color #AB97DC: hue angle of 257.39º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AB97DC is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171151220-
CMYK0.220.3100.14
HSL257.39º49.64%72.75%-
HSV(B)257.39º31.36%86.27%-
XYZ40.7835.9672.5-
YUV164.85159.13132.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 151 (59.38% from 255) = 27.86%
BLUE value IS 220 (86.33% from 255) = 40.59%
R=31.55%
G=27.86%
B=40.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711512200.220.3100.14257.3949.6472.75
HexAB97DC161F0E1013249
Octal253227334263701640162111
Binary1010101110010111110111001011011111011101000000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB97DC; }

 p { color: rgb(171,151,220); }

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

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

 a { background-color: rgb(171,151,220); }

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

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

 span { border-color: rgb(171,151,220); }

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