#AA9ECA

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

Shades of Biloba Flower #AA9ECA

Tints of Biloba Flower #AA9ECA

Color information

#AA9ECA (or 0xAA9ECA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and CA. RGB value is (170,158,202). Sum of RGB (Red+Green+Blue) = 170+158+202=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA9ECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECA is #556135. Grayscale: #A6A6A6. Windows color (decimal): -5595446 or 13278890. OLE color: 13278890.

HSL color Cylindrical-coordinate representation of color #AA9ECA: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AA9ECA is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170158202-
CMYK0.160.2200.21
HSL256.36º29.33%70.59%-
HSV(B)256.36º21.78%79.22%-
XYZ39.4737.2660.99-
YUV166.6147.98130.42-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 158 (62.11% from 255) = 29.81%
BLUE value IS 202 (79.30% from 255) = 38.11%
R=32.08%
G=29.81%
B=38.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701582020.160.2200.21256.3629.3370.59
HexAA9ECA10160151001d47
Octal252236312202602540035107
Binary1010101010011110110010101000010110010101100000000111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ECA; }

 p { color: rgb(170,158,202); }

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

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

 a { background-color: rgb(170,158,202); }

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

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

 span { border-color: rgb(170,158,202); }

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