#AA9DE2

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

Shades of Biloba Flower #AA9DE2

Tints of Biloba Flower #AA9DE2

Color information

#AA9DE2 (or 0xAA9DE2) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and E2. RGB value is (170,157,226). Sum of RGB (Red+Green+Blue) = 170+157+226=553 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.74% from 553); Green value is 157 (61.72% from 255 or 28.39% from 553); Blue value is 226 (88.67% from 255 or 40.87% from 553); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA9DE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DE2 is #55621D. Grayscale: #A8A8A8. Windows color (decimal): -5595678 or 14851498. OLE color: 14851498.

HSL color Cylindrical-coordinate representation of color #AA9DE2: hue angle of 251.3º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9DE2 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170157226-
CMYK0.250.3100.11
HSL251.3º54.33%75.1%-
HSV(B)251.3º30.53%88.63%-
XYZ42.3638.1577.08-
YUV168.75160.31128.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.74%
GREEN value IS 157 (61.72% from 255) = 28.39%
BLUE value IS 226 (88.67% from 255) = 40.87%
R=30.74%
G=28.39%
B=40.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701572260.250.3100.11251.354.3375.1
HexAA9DE2191F0Bfb364b
Octal252235342313701337366113
Binary101010101001110111100010110011111101011111110111101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DE2; }

 p { color: rgb(170,157,226); }

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

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

 a { background-color: rgb(170,157,226); }

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

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

 span { border-color: rgb(170,157,226); }

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