Shades of Chatelle #A998AD
Tints of Chatelle #A998AD
RGB
CMYK
RGB Variations
Color information
#A998AD (or 0xA998AD) is known color: Chatelle. HEX triplet: A9, 98 and AD. RGB value is (169,152,173). Sum of RGB (Red+Green+Blue) = 169+152+173=494 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.21% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 173 - color contains mainly: blue. Hex color #A998AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998AD is #566752. Grayscale: #9F9F9F. Windows color (decimal): -5662547 or 11376809. OLE color: 11376809.
HSL color Cylindrical-coordinate representation of color #A998AD: hue angle of 288.57º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A998AD is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 152 | 173 | - |
| CMYK | 0.02 | 0.12 | 0 | 0.32 |
| HSL | 288.57º | 0.11% | 0.64% | - |
| HSV(B) | 288.57º | 0.12% | 0.68% | - |
| XYZ | 35.13 | 33.91 | 44.23 | - |
| YUV | 159.48 | 135.63 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 173 | 0.02 | 0.12 | 0 | 0.32 | 288.57 | 0.11 | 0.64 |
| Hex | A9 | 98 | AD | 2 | C | 0 | 20 | 121 | B | 40 |
| Octal | 251 | 230 | 255 | 2 | 14 | 0 | 40 | 441 | 13 | 100 |
| Binary | 10101001 | 10011000 | 10101101 | 10 | 1100 | 0 | 100000 | 100100001 | 1011 | 1000000 |
Color Harmonies of #A998AD
Complementary color
Monochromatic Colors of #A998AD
Black with #A998AD
Text Example
Text Example
White with #A998AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998AD; }
p { color: rgb(169,152,173); }
H1.HeaderClassName
{
color: #A998AD;
}
.AnyTagClassName
{
color: #A998AD;
}
</style>
background-color css
<style>
a { background-color: #A998AD; }
a { background-color: rgb(169,152,173); }
div.DivClassName
{
background-color: #A998AD;
}
.BgClassName
{
background-color: #A998AD;
}
</style>
border-color css
<style>
span { border-color: #A998AD; }
span { border-color: rgb(169,152,173); }
td.TdClassName
{
border-color: #A998AD;
}
.TagClassName
{
border-color: #A998AD;
}
</style>