Shades of Chatelle #AB9BB1
Tints of Chatelle #AB9BB1
RGB
CMYK
RGB Variations
Color information
#AB9BB1 (or 0xAB9BB1) is known color: Chatelle. HEX triplet: AB, 9B and B1. RGB value is (171,155,177). Sum of RGB (Red+Green+Blue) = 171+155+177=503 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.00% from 503); Green value is 155 (60.94% from 255 or 30.82% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB9BB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9BB1 is #54644E. Grayscale: #A2A2A2. Windows color (decimal): -5530703 or 11639723. OLE color: 11639723.
HSL color Cylindrical-coordinate representation of color #AB9BB1: hue angle of 283.64º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9BB1 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 155 | 177 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.31 |
| HSL | 283.64º | 0.12% | 0.65% | - |
| HSV(B) | 283.64º | 0.12% | 0.69% | - |
| XYZ | 36.45 | 35.27 | 46.48 | - |
| YUV | 162.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 155 | 177 | 0.03 | 0.12 | 0 | 0.31 | 283.64 | 0.12 | 0.65 |
| Hex | AB | 9B | B1 | 3 | C | 0 | 1F | 11C | C | 41 |
| Octal | 253 | 233 | 261 | 3 | 14 | 0 | 37 | 434 | 14 | 101 |
| Binary | 10101011 | 10011011 | 10110001 | 11 | 1100 | 0 | 11111 | 100011100 | 1100 | 1000001 |
Color Harmonies of #AB9BB1
Complementary color
Monochromatic Colors of #AB9BB1
Black with #AB9BB1
Text Example
Text Example
White with #AB9BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9BB1; }
p { color: rgb(171,155,177); }
H1.HeaderClassName
{
color: #AB9BB1;
}
.AnyTagClassName
{
color: #AB9BB1;
}
</style>
background-color css
<style>
a { background-color: #AB9BB1; }
a { background-color: rgb(171,155,177); }
div.DivClassName
{
background-color: #AB9BB1;
}
.BgClassName
{
background-color: #AB9BB1;
}
</style>
border-color css
<style>
span { border-color: #AB9BB1; }
span { border-color: rgb(171,155,177); }
td.TdClassName
{
border-color: #AB9BB1;
}
.TagClassName
{
border-color: #AB9BB1;
}
</style>