Shades of Chatelle #AA9AAD
Tints of Chatelle #AA9AAD
RGB
CMYK
RGB Variations
Color information
#AA9AAD (or 0xAA9AAD) is known color: 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
| RGB | 170 | 154 | 173 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.32 |
| HSL | 290.53º | 0.1% | 0.64% | - |
| HSV(B) | 290.53º | 0.11% | 0.68% | - |
| XYZ | 35.68 | 34.67 | 44.35 | - |
| YUV | 160.95 | 134.8 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 154 | 173 | 0.02 | 0.11 | 0 | 0.32 | 290.53 | 0.1 | 0.64 |
| Hex | AA | 9A | AD | 2 | B | 0 | 20 | 123 | A | 40 |
| Octal | 252 | 232 | 255 | 2 | 13 | 0 | 40 | 443 | 12 | 100 |
| Binary | 10101010 | 10011010 | 10101101 | 10 | 1011 | 0 | 100000 | 100100011 | 1010 | 1000000 |
Color Harmonies of #AA9AAD
Complementary color
Monochromatic Colors of #AA9AAD
Black with #AA9AAD
Text Example
Text Example
White with #AA9AAD
Text Example
Text Example
HTML Codes & Css Web 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>