Shades of Chatelle #ABA0B1
Tints of Chatelle #ABA0B1
RGB
CMYK
RGB Variations
Color information
#ABA0B1 (or 0xABA0B1) is known color: Chatelle. HEX triplet: AB, A0 and B1. RGB value is (171,160,177). Sum of RGB (Red+Green+Blue) = 171+160+177=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 160 (62.89% from 255 or 31.50% from 508); Blue value is 177 (69.53% from 255 or 34.84% from 508); Max value from RGB is 177 - color contains mainly: blue. Hex color #ABA0B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0B1 is #545F4E. Grayscale: #A5A5A5. Windows color (decimal): -5529423 or 11641003. OLE color: 11641003.
HSL color Cylindrical-coordinate representation of color #ABA0B1: hue angle of 278.82º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA0B1 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 160 | 177 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.31 |
| HSL | 278.82º | 0.1% | 0.66% | - |
| HSV(B) | 278.82º | 0.1% | 0.69% | - |
| XYZ | 37.3 | 36.97 | 46.77 | - |
| YUV | 165.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 177 | 0.03 | 0.10 | 0 | 0.31 | 278.82 | 0.1 | 0.66 |
| Hex | AB | A0 | B1 | 3 | A | 0 | 1F | 117 | A | 42 |
| Octal | 253 | 240 | 261 | 3 | 12 | 0 | 37 | 427 | 12 | 102 |
| Binary | 10101011 | 10100000 | 10110001 | 11 | 1010 | 0 | 11111 | 100010111 | 1010 | 1000010 |
Color Harmonies of #ABA0B1
Complementary color
Monochromatic Colors of #ABA0B1
Black with #ABA0B1
Text Example
Text Example
White with #ABA0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0B1; }
p { color: rgb(171,160,177); }
H1.HeaderClassName
{
color: #ABA0B1;
}
.AnyTagClassName
{
color: #ABA0B1;
}
</style>
background-color css
<style>
a { background-color: #ABA0B1; }
a { background-color: rgb(171,160,177); }
div.DivClassName
{
background-color: #ABA0B1;
}
.BgClassName
{
background-color: #ABA0B1;
}
</style>
border-color css
<style>
span { border-color: #ABA0B1; }
span { border-color: rgb(171,160,177); }
td.TdClassName
{
border-color: #ABA0B1;
}
.TagClassName
{
border-color: #ABA0B1;
}
</style>