#AA99D0

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

Shades of Biloba Flower #AA99D0

Tints of Biloba Flower #AA99D0

Color information

#AA99D0 (or 0xAA99D0) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and D0. RGB value is (170,153,208). Sum of RGB (Red+Green+Blue) = 170+153+208=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA99D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA99D0 is #55662F. Grayscale: #A4A4A4. Windows color (decimal): -5596720 or 13670826. OLE color: 13670826.

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

Color convert

RGB170153208-
CMYK0.180.2600.18
HSL258.55º36.91%70.78%-
HSV(B)258.55º26.44%81.57%-
XYZ39.3535.8864.53-
YUV164.35152.63132.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=32.02%
G=28.81%
B=39.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701532080.180.2600.18258.5536.9170.78
HexAA99D0121A0121032547
Octal252231320223202240345107
Binary10101010100110011101000010010110100100101000000111001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99D0; }

 p { color: rgb(170,153,208); }

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

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

 a { background-color: rgb(170,153,208); }

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

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

 span { border-color: rgb(170,153,208); }

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