Shades of Chatelle #A89FAF
Tints of Chatelle #A89FAF
RGB
CMYK
RGB Variations
Color information
#A89FAF (or 0xA89FAF) is known color: Chatelle. HEX triplet: A8, 9F and AF. RGB value is (168,159,175). Sum of RGB (Red+Green+Blue) = 168+159+175=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 175 (68.75% from 255 or 34.86% from 502); Max value from RGB is 175 - color contains mainly: blue. Hex color #A89FAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FAF is #576050. Grayscale: #A3A3A3. Windows color (decimal): -5726289 or 11509672. OLE color: 11509672.
HSL color Cylindrical-coordinate representation of color #A89FAF: hue angle of 273.75º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A89FAF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 159 | 175 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.31 |
| HSL | 273.75º | 0.09% | 0.65% | - |
| HSV(B) | 273.75º | 0.09% | 0.69% | - |
| XYZ | 36.28 | 36.22 | 45.64 | - |
| YUV | 163.52 | 134.48 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 175 | 0.04 | 0.09 | 0 | 0.31 | 273.75 | 0.09 | 0.65 |
| Hex | A8 | 9F | AF | 4 | 9 | 0 | 1F | 112 | 9 | 41 |
| Octal | 250 | 237 | 257 | 4 | 11 | 0 | 37 | 422 | 11 | 101 |
| Binary | 10101000 | 10011111 | 10101111 | 100 | 1001 | 0 | 11111 | 100010010 | 1001 | 1000001 |
Color Harmonies of #A89FAF
Complementary color
Monochromatic Colors of #A89FAF
Black with #A89FAF
Text Example
Text Example
White with #A89FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FAF; }
p { color: rgb(168,159,175); }
H1.HeaderClassName
{
color: #A89FAF;
}
.AnyTagClassName
{
color: #A89FAF;
}
</style>
background-color css
<style>
a { background-color: #A89FAF; }
a { background-color: rgb(168,159,175); }
div.DivClassName
{
background-color: #A89FAF;
}
.BgClassName
{
background-color: #A89FAF;
}
</style>
border-color css
<style>
span { border-color: #A89FAF; }
span { border-color: rgb(168,159,175); }
td.TdClassName
{
border-color: #A89FAF;
}
.TagClassName
{
border-color: #A89FAF;
}
</style>