#AA9ECE

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

Shades of Biloba Flower #AA9ECE

Tints of Biloba Flower #AA9ECE

Color information

#AA9ECE (or 0xAA9ECE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and CE. RGB value is (170,158,206). Sum of RGB (Red+Green+Blue) = 170+158+206=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECE is #556131. Grayscale: #A6A6A6. Windows color (decimal): -5595442 or 13541034. OLE color: 13541034.

HSL color Cylindrical-coordinate representation of color #AA9ECE: hue angle of 255º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA9ECE is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170158206-
CMYK0.170.2300.19
HSL255º32.88%71.37%-
HSV(B)255º23.3%80.78%-
XYZ39.9537.4663.52-
YUV167.06149.98130.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 206 (80.86% from 255) = 38.58%
R=31.84%
G=29.59%
B=38.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701582060.170.2300.1925532.8871.37
HexAA9ECE1117013ff2147
Octal252236316212702337741107
Binary1010101010011110110011101000110111010011111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ECE; }

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

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

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

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

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

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

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

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