Shades of Chatelle #AB9DB0
Tints of Chatelle #AB9DB0
RGB
CMYK
RGB Variations
Color information
#AB9DB0 (or 0xAB9DB0) is known color: Chatelle. HEX triplet: AB, 9D and B0. RGB value is (171,157,176). Sum of RGB (Red+Green+Blue) = 171+157+176=504 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.93% from 504); Green value is 157 (61.72% from 255 or 31.15% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB9DB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DB0 is #54624F. Grayscale: #A3A3A3. Windows color (decimal): -5530192 or 11574699. OLE color: 11574699.
HSL color Cylindrical-coordinate representation of color #AB9DB0: hue angle of 284.21º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AB9DB0 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 157 | 176 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.31 |
| HSL | 284.21º | 0.11% | 0.65% | - |
| HSV(B) | 284.21º | 0.11% | 0.69% | - |
| XYZ | 36.69 | 35.91 | 46.07 | - |
| YUV | 163.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 157 | 176 | 0.03 | 0.11 | 0 | 0.31 | 284.21 | 0.11 | 0.65 |
| Hex | AB | 9D | B0 | 3 | B | 0 | 1F | 11C | B | 41 |
| Octal | 253 | 235 | 260 | 3 | 13 | 0 | 37 | 434 | 13 | 101 |
| Binary | 10101011 | 10011101 | 10110000 | 11 | 1011 | 0 | 11111 | 100011100 | 1011 | 1000001 |
Color Harmonies of #AB9DB0
Complementary color
Monochromatic Colors of #AB9DB0
Black with #AB9DB0
Text Example
Text Example
White with #AB9DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9DB0; }
p { color: rgb(171,157,176); }
H1.HeaderClassName
{
color: #AB9DB0;
}
.AnyTagClassName
{
color: #AB9DB0;
}
</style>
background-color css
<style>
a { background-color: #AB9DB0; }
a { background-color: rgb(171,157,176); }
div.DivClassName
{
background-color: #AB9DB0;
}
.BgClassName
{
background-color: #AB9DB0;
}
</style>
border-color css
<style>
span { border-color: #AB9DB0; }
span { border-color: rgb(171,157,176); }
td.TdClassName
{
border-color: #AB9DB0;
}
.TagClassName
{
border-color: #AB9DB0;
}
</style>