#AA9AED

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

Shades of Biloba Flower #AA9AED

Tints of Biloba Flower #AA9AED

Color information

#AA9AED (or 0xAA9AED) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and ED. RGB value is (170,154,237). Sum of RGB (Red+Green+Blue) = 170+154+237=561 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.30% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA9AED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA9AED is #556512. Grayscale: #A7A7A7. Windows color (decimal): -5596435 or 15571626. OLE color: 15571626.

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

Color convert

RGB170154237-
CMYK0.280.3500.07
HSL251.57º69.75%76.67%-
HSV(B)251.57º35.02%92.94%-
XYZ43.4237.7785.12-
YUV168.25166.8129.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.30%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 237 (92.97% from 255) = 42.25%
R=30.30%
G=27.45%
B=42.25%

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
Decimal1701542370.280.3500.07251.5769.7576.67
HexAA9AED1C2307fc464d
Octal252232355344307374106115
Binary1010101010011010111011011110010001101111111110010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AED; }

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

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

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

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

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

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

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

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