#AA9EBC

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

Shades of Biloba Flower #AA9EBC

Tints of Biloba Flower #AA9EBC

Color information

#AA9EBC (or 0xAA9EBC) is unknown color: approx Biloba Flower. HEX triplet: AA, 9E and BC. RGB value is (170,158,188). Sum of RGB (Red+Green+Blue) = 170+158+188=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA9EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9EBC is #556143. Grayscale: #A4A4A4. Windows color (decimal): -5595460 or 12361386. OLE color: 12361386.

HSL color Cylindrical-coordinate representation of color #AA9EBC: hue angle of 264º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AA9EBC is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170158188-
CMYK0.100.1600.26
HSL264º18.29%67.84%-
HSV(B)264º15.96%73.73%-
XYZ37.8836.6352.65-
YUV165.01140.98131.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=32.95%
G=30.62%
B=36.43%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701581880.100.1600.2626418.2967.84
HexAA9EBCA1001A1081244
Octal252236274122003241022104
Binary101010101001111010111100101010000011010100001000100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9EBC; }

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

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

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

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

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

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

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

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