#AA9DE0

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

Shades of Biloba Flower #AA9DE0

Tints of Biloba Flower #AA9DE0

Color information

#AA9DE0 (or 0xAA9DE0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9D and E0. RGB value is (170,157,224). Sum of RGB (Red+Green+Blue) = 170+157+224=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 224 (87.89% from 255 or 40.65% from 551); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9DE0 is #55621F. Grayscale: #A8A8A8. Windows color (decimal): -5595680 or 14720426. OLE color: 14720426.

HSL color Cylindrical-coordinate representation of color #AA9DE0: hue angle of 251.64º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA9DE0 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170157224-
CMYK0.240.3000.12
HSL251.64º51.94%74.71%-
HSV(B)251.64º29.91%87.84%-
XYZ42.0938.0475.65-
YUV168.52159.31129.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.85%
GREEN value IS 157 (61.72% from 255) = 28.49%
BLUE value IS 224 (87.89% from 255) = 40.65%
R=30.85%
G=28.49%
B=40.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701572240.240.3000.12251.6451.9474.71
HexAA9DE0181E0Cfc344b
Octal252235340303601437464113
Binary101010101001110111100000110001111001100111111001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9DE0; }

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

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

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

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

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

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

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

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