#AA9FD0

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

Shades of Biloba Flower #AA9FD0

Tints of Biloba Flower #AA9FD0

Color information

#AA9FD0 (or 0xAA9FD0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9F and D0. RGB value is (170,159,208). Sum of RGB (Red+Green+Blue) = 170+159+208=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA9FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9FD0 is #55602F. Grayscale: #A7A7A7. Windows color (decimal): -5595184 or 13672362. OLE color: 13672362.

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

Color convert

RGB170159208-
CMYK0.180.2400.18
HSL253.47º34.27%71.96%-
HSV(B)253.47º23.56%81.57%-
XYZ40.3637.964.86-
YUV167.88150.64129.52-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 159 (62.5% from 255) = 29.61%
BLUE value IS 208 (81.64% from 255) = 38.73%
R=31.66%
G=29.61%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701592080.180.2400.18253.4734.2771.96
HexAA9FD01218012fd2248
Octal252237320223002237542110
Binary1010101010011111110100001001011000010010111111011000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9FD0; }

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

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

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

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

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

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

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

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