Shades of Chatelle #AD98B1
Tints of Chatelle #AD98B1
RGB
CMYK
RGB Variations
Color information
#AD98B1 (or 0xAD98B1) is known color: Chatelle. HEX triplet: AD, 98 and B1. RGB value is (173,152,177). Sum of RGB (Red+Green+Blue) = 173+152+177=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 177 (69.53% from 255 or 35.26% from 502); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD98B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD98B1 is #52674E. Grayscale: #A1A1A1. Windows color (decimal): -5400399 or 11638957. OLE color: 11638957.
HSL color Cylindrical-coordinate representation of color #AD98B1: hue angle of 290.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AD98B1 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 152 | 177 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.31 |
| HSL | 290.4º | 0.14% | 0.65% | - |
| HSV(B) | 290.4º | 0.14% | 0.69% | - |
| XYZ | 36.4 | 34.52 | 46.34 | - |
| YUV | 161.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 152 | 177 | 0.02 | 0.14 | 0 | 0.31 | 290.4 | 0.14 | 0.65 |
| Hex | AD | 98 | B1 | 2 | E | 0 | 1F | 122 | E | 41 |
| Octal | 255 | 230 | 261 | 2 | 16 | 0 | 37 | 442 | 16 | 101 |
| Binary | 10101101 | 10011000 | 10110001 | 10 | 1110 | 0 | 11111 | 100100010 | 1110 | 1000001 |
Color Harmonies of #AD98B1
Complementary color
Monochromatic Colors of #AD98B1
Black with #AD98B1
Text Example
Text Example
White with #AD98B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD98B1; }
p { color: rgb(173,152,177); }
H1.HeaderClassName
{
color: #AD98B1;
}
.AnyTagClassName
{
color: #AD98B1;
}
</style>
background-color css
<style>
a { background-color: #AD98B1; }
a { background-color: rgb(173,152,177); }
div.DivClassName
{
background-color: #AD98B1;
}
.BgClassName
{
background-color: #AD98B1;
}
</style>
border-color css
<style>
span { border-color: #AD98B1; }
span { border-color: rgb(173,152,177); }
td.TdClassName
{
border-color: #AD98B1;
}
.TagClassName
{
border-color: #AD98B1;
}
</style>