Shades of Chatelle #AA9FB1
Tints of Chatelle #AA9FB1
RGB
CMYK
RGB Variations
Color information
#AA9FB1 (or 0xAA9FB1) is known color: Chatelle. HEX triplet: AA, 9F and B1. RGB value is (170,159,177). Sum of RGB (Red+Green+Blue) = 170+159+177=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 177 (69.53% from 255 or 34.98% from 506); Max value from RGB is 177 - color contains mainly: blue. Hex color #AA9FB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA9FB1 is #55604E. Grayscale: #A4A4A4. Windows color (decimal): -5595215 or 11640746. OLE color: 11640746.
HSL color Cylindrical-coordinate representation of color #AA9FB1: hue angle of 276.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AA9FB1 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 159 | 177 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.31 |
| HSL | 276.67º | 0.1% | 0.66% | - |
| HSV(B) | 276.67º | 0.1% | 0.69% | - |
| XYZ | 36.91 | 36.52 | 46.7 | - |
| YUV | 164.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 159 | 177 | 0.04 | 0.10 | 0 | 0.31 | 276.67 | 0.1 | 0.66 |
| Hex | AA | 9F | B1 | 4 | A | 0 | 1F | 115 | A | 42 |
| Octal | 252 | 237 | 261 | 4 | 12 | 0 | 37 | 425 | 12 | 102 |
| Binary | 10101010 | 10011111 | 10110001 | 100 | 1010 | 0 | 11111 | 100010101 | 1010 | 1000010 |
Color Harmonies of #AA9FB1
Complementary color
Monochromatic Colors of #AA9FB1
Black with #AA9FB1
Text Example
Text Example
White with #AA9FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA9FB1; }
p { color: rgb(170,159,177); }
H1.HeaderClassName
{
color: #AA9FB1;
}
.AnyTagClassName
{
color: #AA9FB1;
}
</style>
background-color css
<style>
a { background-color: #AA9FB1; }
a { background-color: rgb(170,159,177); }
div.DivClassName
{
background-color: #AA9FB1;
}
.BgClassName
{
background-color: #AA9FB1;
}
</style>
border-color css
<style>
span { border-color: #AA9FB1; }
span { border-color: rgb(170,159,177); }
td.TdClassName
{
border-color: #AA9FB1;
}
.TagClassName
{
border-color: #AA9FB1;
}
</style>