#AA99EE

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

Shades of Biloba Flower #AA99EE

Tints of Biloba Flower #AA99EE

Color information

#AA99EE (or 0xAA99EE) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and EE. RGB value is (170,153,238). Sum of RGB (Red+Green+Blue) = 170+153+238=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA99EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99EE is #556611. Grayscale: #A7A7A7. Windows color (decimal): -5596690 or 15636906. OLE color: 15636906.

HSL color Cylindrical-coordinate representation of color #AA99EE: hue angle of 252º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AA99EE is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170153238-
CMYK0.290.3600.07
HSL252º71.43%76.67%-
HSV(B)252º35.71%93.33%-
XYZ43.437.585.84-
YUV167.77167.63129.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 153 (60.16% from 255) = 27.27%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=30.30%
G=27.27%
B=42.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701532380.290.3600.0725271.4376.67
HexAA99EE1D2407fc474d
Octal252231356354407374107115
Binary1010101010011001111011101110110010001111111110010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99EE; }

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

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

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

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

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

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

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

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