#AA9EDD

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

Shades of Biloba Flower #AA9EDD

Tints of Biloba Flower #AA9EDD

Color information

#AA9EDD (or 0xAA9EDD) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and DD. RGB value is (170,158,221). Sum of RGB (Red+Green+Blue) = 170+158+221=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 158 (62.11% from 255 or 28.78% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EDD is #556122. Grayscale: #A8A8A8. Windows color (decimal): -5595427 or 14524074. OLE color: 14524074.

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

Color convert

RGB170158221-
CMYK0.230.2900.13
HSL251.43º48.09%74.31%-
HSV(B)251.43º28.51%86.67%-
XYZ41.8638.2273.58-
YUV168.77157.48128.88-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 158 (62.11% from 255) = 28.78%
BLUE value IS 221 (86.72% from 255) = 40.26%
R=30.97%
G=28.78%
B=40.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701582210.230.2900.13251.4348.0974.31
HexAA9EDD171D0Dfb304a
Octal252236335273501537360112
Binary101010101001111011011101101111110101101111110111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EDD; }

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

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

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

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

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

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

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

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