Shades of Chatelle #AB9FAE
Tints of Chatelle #AB9FAE
RGB
CMYK
RGB Variations
Color information
#AB9FAE (or 0xAB9FAE) is known color: Chatelle. HEX triplet: AB, 9F and AE. RGB value is (171,159,174). Sum of RGB (Red+Green+Blue) = 171+159+174=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 174 - color contains mainly: blue. Hex color #AB9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FAE is #546051. Grayscale: #A4A4A4. Windows color (decimal): -5529682 or 11444139. OLE color: 11444139.
HSL color Cylindrical-coordinate representation of color #AB9FAE: hue angle of 288º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AB9FAE is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 171 | 159 | 174 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.32 |
| HSL | 288º | 0.08% | 0.65% | - |
| HSV(B) | 288º | 0.09% | 0.68% | - |
| XYZ | 36.83 | 36.51 | 45.15 | - |
| YUV | 164.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 159 | 174 | 0.02 | 0.09 | 0 | 0.32 | 288 | 0.08 | 0.65 |
| Hex | AB | 9F | AE | 2 | 9 | 0 | 20 | 120 | 8 | 41 |
| Octal | 253 | 237 | 256 | 2 | 11 | 0 | 40 | 440 | 10 | 101 |
| Binary | 10101011 | 10011111 | 10101110 | 10 | 1001 | 0 | 100000 | 100100000 | 1000 | 1000001 |
Color Harmonies of #AB9FAE
Complementary color
Monochromatic Colors of #AB9FAE
Black with #AB9FAE
Text Example
Text Example
White with #AB9FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9FAE; }
p { color: rgb(171,159,174); }
H1.HeaderClassName
{
color: #AB9FAE;
}
.AnyTagClassName
{
color: #AB9FAE;
}
</style>
background-color css
<style>
a { background-color: #AB9FAE; }
a { background-color: rgb(171,159,174); }
div.DivClassName
{
background-color: #AB9FAE;
}
.BgClassName
{
background-color: #AB9FAE;
}
</style>
border-color css
<style>
span { border-color: #AB9FAE; }
span { border-color: rgb(171,159,174); }
td.TdClassName
{
border-color: #AB9FAE;
}
.TagClassName
{
border-color: #AB9FAE;
}
</style>