#AA9ACA

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

Shades of Biloba Flower #AA9ACA

Tints of Biloba Flower #AA9ACA

Color information

#AA9ACA (or 0xAA9ACA) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and CA. RGB value is (170,154,202). Sum of RGB (Red+Green+Blue) = 170+154+202=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA9ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACA is #556535. Grayscale: #A4A4A4. Windows color (decimal): -5596470 or 13277866. OLE color: 13277866.

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

Color convert

RGB170154202-
CMYK0.160.2400.21
HSL260º31.17%69.8%-
HSV(B)260º23.76%79.22%-
XYZ38.7935.9260.77-
YUV164.26149.3132.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 154 (60.55% from 255) = 29.28%
BLUE value IS 202 (79.30% from 255) = 38.40%
R=32.32%
G=29.28%
B=38.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701542020.160.2400.2126031.1769.8
HexAA9ACA10180151041f46
Octal252232312203002540437106
Binary1010101010011010110010101000011000010101100000100111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ACA; }

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

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

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

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

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

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

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

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