#AA9AAD

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

Shades of Chatelle #AA9AAD

Tints of Chatelle #AA9AAD

Color information

#AA9AAD (or 0xAA9AAD) is unknown color: approx Chatelle. HEX triplet: AA, 9A and AD. RGB value is (170,154,173). Sum of RGB (Red+Green+Blue) = 170+154+173=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 154 (60.55% from 255 or 30.99% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA9AAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9AAD is #556552. Grayscale: #A0A0A0. Windows color (decimal): -5596499 or 11377322. OLE color: 11377322.

HSL color Cylindrical-coordinate representation of color #AA9AAD: hue angle of 290.53º degrees, saturation: 0.1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AA9AAD is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB170154173-
CMYK0.020.1100.32
HSL290.53º10.38%64.12%-
HSV(B)290.53º10.98%67.84%-
XYZ35.6834.6744.35-
YUV160.95134.8134.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.21%
GREEN value IS 154 (60.55% from 255) = 30.99%
BLUE value IS 173 (67.97% from 255) = 34.81%
R=34.21%
G=30.99%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1701541730.020.1100.32290.5310.3864.12
HexAA9AAD2B020123a40
Octal25223225521304044312100
Binary101010101001101010101101101011010000010010001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA9AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA9AAD; }

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

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

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

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

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

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

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

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