Shades of Chatelle #A89EAF
Tints of Chatelle #A89EAF
RGB
CMYK
RGB Variations
Color information
#A89EAF (or 0xA89EAF) is known color: Chatelle. HEX triplet: A8, 9E and AF. RGB value is (168,158,175). Sum of RGB (Red+Green+Blue) = 168+158+175=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 175 (68.75% from 255 or 34.93% from 501); Max value from RGB is 175 - color contains mainly: blue. Hex color #A89EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89EAF is #576150. Grayscale: #A2A2A2. Windows color (decimal): -5726545 or 11509416. OLE color: 11509416.
HSL color Cylindrical-coordinate representation of color #A89EAF: hue angle of 275.29º degrees, saturation: 0.1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A89EAF is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 168 | 158 | 175 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.31 |
| HSL | 275.29º | 0.1% | 0.65% | - |
| HSV(B) | 275.29º | 0.1% | 0.69% | - |
| XYZ | 36.11 | 35.87 | 45.58 | - |
| YUV | 162.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 158 | 175 | 0.04 | 0.10 | 0 | 0.31 | 275.29 | 0.1 | 0.65 |
| Hex | A8 | 9E | AF | 4 | A | 0 | 1F | 113 | A | 41 |
| Octal | 250 | 236 | 257 | 4 | 12 | 0 | 37 | 423 | 12 | 101 |
| Binary | 10101000 | 10011110 | 10101111 | 100 | 1010 | 0 | 11111 | 100010011 | 1010 | 1000001 |
Color Harmonies of #A89EAF
Complementary color
Monochromatic Colors of #A89EAF
Black with #A89EAF
Text Example
Text Example
White with #A89EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89EAF; }
p { color: rgb(168,158,175); }
H1.HeaderClassName
{
color: #A89EAF;
}
.AnyTagClassName
{
color: #A89EAF;
}
</style>
background-color css
<style>
a { background-color: #A89EAF; }
a { background-color: rgb(168,158,175); }
div.DivClassName
{
background-color: #A89EAF;
}
.BgClassName
{
background-color: #A89EAF;
}
</style>
border-color css
<style>
span { border-color: #A89EAF; }
span { border-color: rgb(168,158,175); }
td.TdClassName
{
border-color: #A89EAF;
}
.TagClassName
{
border-color: #A89EAF;
}
</style>