#AB99DA

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

Shades of Biloba Flower #AB99DA

Tints of Biloba Flower #AB99DA

Color information

#AB99DA (or 0xAB99DA) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and DA. RGB value is (171,153,218). Sum of RGB (Red+Green+Blue) = 171+153+218=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 153 (60.16% from 255 or 28.23% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB99DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99DA is #546625. Grayscale: #A5A5A5. Windows color (decimal): -5531174 or 14326187. OLE color: 14326187.

HSL color Cylindrical-coordinate representation of color #AB99DA: hue angle of 256.62º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AB99DA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171153218-
CMYK0.220.3000.15
HSL256.62º46.76%72.75%-
HSV(B)256.62º29.82%85.49%-
XYZ40.8436.571.22-
YUV165.79157.46131.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 153 (60.16% from 255) = 28.23%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=31.55%
G=28.23%
B=40.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711532180.220.3000.15256.6246.7672.75
HexAB99DA161E0F1012f49
Octal253231332263601740157111
Binary1010101110011001110110101011011110011111000000011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99DA; }

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

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

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

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

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

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

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

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