#AA9BE0

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

Shades of Biloba Flower #AA9BE0

Tints of Biloba Flower #AA9BE0

Color information

#AA9BE0 (or 0xAA9BE0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9B and E0. RGB value is (170,155,224). Sum of RGB (Red+Green+Blue) = 170+155+224=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA9BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9BE0 is #55641F. Grayscale: #A7A7A7. Windows color (decimal): -5596192 or 14719914. OLE color: 14719914.

HSL color Cylindrical-coordinate representation of color #AA9BE0: hue angle of 253.04º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA9BE0 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170155224-
CMYK0.240.3100.12
HSL253.04º52.67%74.31%-
HSV(B)253.04º30.8%87.84%-
XYZ41.7537.3775.53-
YUV167.35159.97129.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 155 (60.94% from 255) = 28.23%
BLUE value IS 224 (87.89% from 255) = 40.80%
R=30.97%
G=28.23%
B=40.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701552240.240.3100.12253.0452.6774.31
HexAA9BE0181F0Cfd354a
Octal252233340303701437565112
Binary101010101001101111100000110001111101100111111011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9BE0; }

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

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

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

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

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

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

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

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