#AB99D1

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

Shades of Biloba Flower #AB99D1

Tints of Biloba Flower #AB99D1

Color information

#AB99D1 (or 0xAB99D1) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and D1. RGB value is (171,153,209). Sum of RGB (Red+Green+Blue) = 171+153+209=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB99D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99D1 is #54662E. Grayscale: #A4A4A4. Windows color (decimal): -5531183 or 13736363. OLE color: 13736363.

HSL color Cylindrical-coordinate representation of color #AB99D1: hue angle of 259.29º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB99D1 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB171153209-
CMYK0.180.2700.18
HSL259.29º37.84%70.98%-
HSV(B)259.29º26.79%81.96%-
XYZ39.6936.0465.19-
YUV164.77152.96132.45-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.08%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=32.08%
G=28.71%
B=39.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1711532090.180.2700.18259.2937.8470.98
HexAB99D1121B0121032647
Octal253231321223302240346107
Binary10101011100110011101000110010110110100101000000111001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99D1; }

 p { color: rgb(171,153,209); }

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

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

 a { background-color: rgb(171,153,209); }

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

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

 span { border-color: rgb(171,153,209); }

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