#AA9ED6

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

Shades of Biloba Flower #AA9ED6

Tints of Biloba Flower #AA9ED6

Color information

#AA9ED6 (or 0xAA9ED6) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and D6. RGB value is (170,158,214). Sum of RGB (Red+Green+Blue) = 170+158+214=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 214 (83.98% from 255 or 39.48% from 542); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA9ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ED6 is #556129. Grayscale: #A7A7A7. Windows color (decimal): -5595434 or 14065322. OLE color: 14065322.

HSL color Cylindrical-coordinate representation of color #AA9ED6: hue angle of 252.86º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA9ED6 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170158214-
CMYK0.210.2600.16
HSL252.86º40.58%72.94%-
HSV(B)252.86º26.17%83.92%-
XYZ40.9437.8568.77-
YUV167.97153.98129.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.37%
GREEN value IS 158 (62.11% from 255) = 29.15%
BLUE value IS 214 (83.98% from 255) = 39.48%
R=31.37%
G=29.15%
B=39.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701582140.210.2600.16252.8640.5872.94
HexAA9ED6151A010fd2949
Octal252236326253202037551111
Binary1010101010011110110101101010111010010000111111011010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ED6; }

 p { color: rgb(170,158,214); }

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

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

 a { background-color: rgb(170,158,214); }

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

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

 span { border-color: rgb(170,158,214); }

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