Shades of Chatelle #ABA0B2
Tints of Chatelle #ABA0B2
RGB
CMYK
RGB Variations
Color information
#ABA0B2 (or 0xABA0B2) is known color: Chatelle. HEX triplet: AB, A0 and B2. RGB value is (171,160,178). Sum of RGB (Red+Green+Blue) = 171+160+178=509 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.60% from 509); Green value is 160 (62.89% from 255 or 31.43% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABA0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA0B2 is #545F4D. Grayscale: #A5A5A5. Windows color (decimal): -5529422 or 11706539. OLE color: 11706539.
HSL color Cylindrical-coordinate representation of color #ABA0B2: hue angle of 276.67º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABA0B2 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 160 | 178 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.30 |
| HSL | 276.67º | 0.1% | 0.66% | - |
| HSV(B) | 276.67º | 0.1% | 0.7% | - |
| XYZ | 37.4 | 37.01 | 47.29 | - |
| YUV | 165.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 178 | 0.04 | 0.10 | 0 | 0.30 | 276.67 | 0.1 | 0.66 |
| Hex | AB | A0 | B2 | 4 | A | 0 | 1E | 115 | A | 42 |
| Octal | 253 | 240 | 262 | 4 | 12 | 0 | 36 | 425 | 12 | 102 |
| Binary | 10101011 | 10100000 | 10110010 | 100 | 1010 | 0 | 11110 | 100010101 | 1010 | 1000010 |
Color Harmonies of #ABA0B2
Complementary color
Monochromatic Colors of #ABA0B2
Black with #ABA0B2
Text Example
Text Example
White with #ABA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0B2; }
p { color: rgb(171,160,178); }
H1.HeaderClassName
{
color: #ABA0B2;
}
.AnyTagClassName
{
color: #ABA0B2;
}
</style>
background-color css
<style>
a { background-color: #ABA0B2; }
a { background-color: rgb(171,160,178); }
div.DivClassName
{
background-color: #ABA0B2;
}
.BgClassName
{
background-color: #ABA0B2;
}
</style>
border-color css
<style>
span { border-color: #ABA0B2; }
span { border-color: rgb(171,160,178); }
td.TdClassName
{
border-color: #ABA0B2;
}
.TagClassName
{
border-color: #ABA0B2;
}
</style>