#AB99DD

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

Shades of Biloba Flower #AB99DD

Tints of Biloba Flower #AB99DD

Color information

#AB99DD (or 0xAB99DD) is unknown color: approx Biloba Flower. HEX triplet: AB, 99 and DD. RGB value is (171,153,221). Sum of RGB (Red+Green+Blue) = 171+153+221=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 153 (60.16% from 255 or 28.07% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB99DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AB99DD is #546622. Grayscale: #A5A5A5. Windows color (decimal): -5531171 or 14522795. OLE color: 14522795.

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

Color convert

RGB171153221-
CMYK0.230.3100.13
HSL255.88º50%73.33%-
HSV(B)255.88º30.77%86.67%-
XYZ41.2436.6673.31-
YUV166.13158.96131.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 153 (60.16% from 255) = 28.07%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=31.38%
G=28.07%
B=40.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711532210.230.3100.13255.885073.33
HexAB99DD171F0D1003249
Octal253231335273701540062111
Binary1010101110011001110111011011111111011011000000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99DD; }

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

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

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

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

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

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

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

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