#AA99ED

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

Shades of Biloba Flower #AA99ED

Tints of Biloba Flower #AA99ED

Color information

#AA99ED (or 0xAA99ED) is unknown color: approx Biloba Flower. HEX triplet: AA, 99 and ED. RGB value is (170,153,237). Sum of RGB (Red+Green+Blue) = 170+153+237=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA99ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA99ED is #556612. Grayscale: #A7A7A7. Windows color (decimal): -5596691 or 15571370. OLE color: 15571370.

HSL color Cylindrical-coordinate representation of color #AA99ED: hue angle of 252.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA99ED is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170153237-
CMYK0.280.3500.07
HSL252.14º70%76.47%-
HSV(B)252.14º35.44%92.94%-
XYZ43.2537.4485.07-
YUV167.66167.13129.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.36%
GREEN value IS 153 (60.16% from 255) = 27.32%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=30.36%
G=27.32%
B=42.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701532370.280.3500.07252.147076.47
HexAA99ED1C2307fc464c
Octal252231355344307374106114
Binary1010101010011001111011011110010001101111111110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA99ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA99ED; }

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

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

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

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

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

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

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

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