#AA9ACE

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

Shades of Biloba Flower #AA9ACE

Tints of Biloba Flower #AA9ACE

Color information

#AA9ACE (or 0xAA9ACE) is unknown color: approx Biloba Flower. HEX triplet: AA, 9A and CE. RGB value is (170,154,206). Sum of RGB (Red+Green+Blue) = 170+154+206=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 154 (60.55% from 255 or 29.06% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA9ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA9ACE is #556531. Grayscale: #A4A4A4. Windows color (decimal): -5596466 or 13540010. OLE color: 13540010.

HSL color Cylindrical-coordinate representation of color #AA9ACE: hue angle of 258.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA9ACE is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB170154206-
CMYK0.170.2500.19
HSL258.46º34.67%70.59%-
HSV(B)258.46º25.24%80.78%-
XYZ39.2736.1163.29-
YUV164.71151.3131.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.08%
GREEN value IS 154 (60.55% from 255) = 29.06%
BLUE value IS 206 (80.86% from 255) = 38.87%
R=32.08%
G=29.06%
B=38.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1701542060.170.2500.19258.4634.6770.59
HexAA9ACE11190131022347
Octal252232316213102340243107
Binary10101010100110101100111010001110010100111000000101000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9ACE; }

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

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

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

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

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

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

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

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