Shades of Chatelle #A89FAD
Tints of Chatelle #A89FAD
RGB
CMYK
RGB Variations
Color information
#A89FAD (or 0xA89FAD) is known color: Chatelle. HEX triplet: A8, 9F and AD. RGB value is (168,159,173). Sum of RGB (Red+Green+Blue) = 168+159+173=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 173 (67.97% from 255 or 34.6% from 500); Max value from RGB is 173 - color contains mainly: blue. Hex color #A89FAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A89FAD is #576052. Grayscale: #A3A3A3. Windows color (decimal): -5726291 or 11378600. OLE color: 11378600.
HSL color Cylindrical-coordinate representation of color #A89FAD: hue angle of 278.57º degrees, saturation: 0.08, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A89FAD is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 159 | 173 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.32 |
| HSL | 278.57º | 0.08% | 0.65% | - |
| HSV(B) | 278.57º | 0.08% | 0.68% | - |
| XYZ | 36.09 | 36.14 | 44.61 | - |
| YUV | 163.29 | 133.48 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 159 | 173 | 0.03 | 0.08 | 0 | 0.32 | 278.57 | 0.08 | 0.65 |
| Hex | A8 | 9F | AD | 3 | 8 | 0 | 20 | 117 | 8 | 41 |
| Octal | 250 | 237 | 255 | 3 | 10 | 0 | 40 | 427 | 10 | 101 |
| Binary | 10101000 | 10011111 | 10101101 | 11 | 1000 | 0 | 100000 | 100010111 | 1000 | 1000001 |
Color Harmonies of #A89FAD
Complementary color
Monochromatic Colors of #A89FAD
Black with #A89FAD
Text Example
Text Example
White with #A89FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A89FAD; }
p { color: rgb(168,159,173); }
H1.HeaderClassName
{
color: #A89FAD;
}
.AnyTagClassName
{
color: #A89FAD;
}
</style>
background-color css
<style>
a { background-color: #A89FAD; }
a { background-color: rgb(168,159,173); }
div.DivClassName
{
background-color: #A89FAD;
}
.BgClassName
{
background-color: #A89FAD;
}
</style>
border-color css
<style>
span { border-color: #A89FAD; }
span { border-color: rgb(168,159,173); }
td.TdClassName
{
border-color: #A89FAD;
}
.TagClassName
{
border-color: #A89FAD;
}
</style>