#AA9ECF

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

Shades of Biloba Flower #AA9ECF

Tints of Biloba Flower #AA9ECF

Color information

#AA9ECF (or 0xAA9ECF) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and CF. RGB value is (170,158,207). Sum of RGB (Red+Green+Blue) = 170+158+207=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 158 (62.11% from 255 or 29.53% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA9ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ECF is #556130. Grayscale: #A6A6A6. Windows color (decimal): -5595441 or 13606570. OLE color: 13606570.

HSL color Cylindrical-coordinate representation of color #AA9ECF: hue angle of 254.69º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AA9ECF is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170158207-
CMYK0.180.2400.19
HSL254.69º33.79%71.57%-
HSV(B)254.69º23.67%81.18%-
XYZ40.0737.564.16-
YUV167.17150.48130.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.78%
GREEN value IS 158 (62.11% from 255) = 29.53%
BLUE value IS 207 (81.25% from 255) = 38.69%
R=31.78%
G=29.53%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701582070.180.2400.19254.6933.7971.57
HexAA9ECF1218013ff2248
Octal252236317223002337742110
Binary1010101010011110110011111001011000010011111111111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ECF; }

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

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

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

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

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

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

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

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