#AA9CC0

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

Shades of Biloba Flower #AA9CC0

Tints of Biloba Flower #AA9CC0

Color information

#AA9CC0 (or 0xAA9CC0) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and C0. RGB value is (170,156,192). Sum of RGB (Red+Green+Blue) = 170+156+192=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #AA9CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CC0 is #55633F. Grayscale: #A4A4A4. Windows color (decimal): -5595968 or 12623018. OLE color: 12623018.

HSL color Cylindrical-coordinate representation of color #AA9CC0: hue angle of 263.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA9CC0 is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170156192-
CMYK0.110.1900.25
HSL263.33º22.22%68.24%-
HSV(B)263.33º18.75%75.29%-
XYZ37.9836.1354.84-
YUV164.29143.64132.07-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=32.82%
G=30.12%
B=37.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701561920.110.1900.25263.3322.2268.24
HexAA9CC0B130191071644
Octal252234300132303140726104
Binary101010101001110011000000101110011011001100000111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CC0; }

 p { color: rgb(170,156,192); }

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

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

 a { background-color: rgb(170,156,192); }

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

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

 span { border-color: rgb(170,156,192); }

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