Shades of Chatelle #AD97B1
Tints of Chatelle #AD97B1
RGB
CMYK
RGB Variations
Color information
#AD97B1 (or 0xAD97B1) is known color: Chatelle. HEX triplet: AD, 97 and B1. RGB value is (173,151,177). Sum of RGB (Red+Green+Blue) = 173+151+177=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 177 - color contains mainly: blue. Hex color #AD97B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD97B1 is #52684E. Grayscale: #A0A0A0. Windows color (decimal): -5400655 or 11638701. OLE color: 11638701.
HSL color Cylindrical-coordinate representation of color #AD97B1: hue angle of 290.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AD97B1 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 173 | 151 | 177 | - |
| CMYK | 0.02 | 0.15 | 0 | 0.31 |
| HSL | 290.77º | 0.14% | 0.64% | - |
| HSV(B) | 290.77º | 0.15% | 0.69% | - |
| XYZ | 36.24 | 34.19 | 46.28 | - |
| YUV | 160.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 151 | 177 | 0.02 | 0.15 | 0 | 0.31 | 290.77 | 0.14 | 0.64 |
| Hex | AD | 97 | B1 | 2 | F | 0 | 1F | 123 | E | 40 |
| Octal | 255 | 227 | 261 | 2 | 17 | 0 | 37 | 443 | 16 | 100 |
| Binary | 10101101 | 10010111 | 10110001 | 10 | 1111 | 0 | 11111 | 100100011 | 1110 | 1000000 |
Color Harmonies of #AD97B1
Complementary color
Monochromatic Colors of #AD97B1
Black with #AD97B1
Text Example
Text Example
White with #AD97B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD97B1; }
p { color: rgb(173,151,177); }
H1.HeaderClassName
{
color: #AD97B1;
}
.AnyTagClassName
{
color: #AD97B1;
}
</style>
background-color css
<style>
a { background-color: #AD97B1; }
a { background-color: rgb(173,151,177); }
div.DivClassName
{
background-color: #AD97B1;
}
.BgClassName
{
background-color: #AD97B1;
}
</style>
border-color css
<style>
span { border-color: #AD97B1; }
span { border-color: rgb(173,151,177); }
td.TdClassName
{
border-color: #AD97B1;
}
.TagClassName
{
border-color: #AD97B1;
}
</style>