#AA9CCA

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

Shades of Biloba Flower #AA9CCA

Tints of Biloba Flower #AA9CCA

Color information

#AA9CCA (or 0xAA9CCA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9C and CA. RGB value is (170,156,202). Sum of RGB (Red+Green+Blue) = 170+156+202=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA9CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9CCA is #556335. Grayscale: #A5A5A5. Windows color (decimal): -5595958 or 13278378. OLE color: 13278378.

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

Color convert

RGB170156202-
CMYK0.160.2300.21
HSL258.26º30.26%70.2%-
HSV(B)258.26º22.77%79.22%-
XYZ39.1336.5960.88-
YUV165.43148.64131.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 202 (79.30% from 255) = 38.26%
R=32.20%
G=29.55%
B=38.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701562020.160.2300.21258.2630.2670.2
HexAA9CCA10170151021e46
Octal252234312202702540236106
Binary1010101010011100110010101000010111010101100000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9CCA; }

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

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

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

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

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

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

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

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