Shades of Chatelle #ABA2B2
Tints of Chatelle #ABA2B2
RGB
CMYK
RGB Variations
Color information
#ABA2B2 (or 0xABA2B2) is known color: Chatelle. HEX triplet: AB, A2 and B2. RGB value is (171,162,178). Sum of RGB (Red+Green+Blue) = 171+162+178=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 178 (69.92% from 255 or 34.83% from 511); Max value from RGB is 178 - color contains mainly: blue. Hex color #ABA2B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA2B2 is #545D4D. Grayscale: #A6A6A6. Windows color (decimal): -5528910 or 11707051. OLE color: 11707051.
HSL color Cylindrical-coordinate representation of color #ABA2B2: hue angle of 273.75º degrees, saturation: 0.09, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABA2B2 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
RGB | 171 | 162 | 178 | - |
CMYK | 0.04 | 0.09 | 0 | 0.30 |
HSL | 273.75º | 0.09% | 0.67% | - |
HSV(B) | 273.75º | 0.09% | 0.7% | - |
XYZ | 37.75 | 37.71 | 47.41 | - |
YUV | 166.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 162 | 178 | 0.04 | 0.09 | 0 | 0.30 | 273.75 | 0.09 | 0.67 |
Hex | AB | A2 | B2 | 4 | 9 | 0 | 1E | 112 | 9 | 43 |
Octal | 253 | 242 | 262 | 4 | 11 | 0 | 36 | 422 | 11 | 103 |
Binary | 10101011 | 10100010 | 10110010 | 100 | 1001 | 0 | 11110 | 100010010 | 1001 | 1000011 |
Color Harmonies of #ABA2B2
Complementary color
Monochromatic Colors of #ABA2B2
Black with #ABA2B2
Text Example
Text Example
White with #ABA2B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2B2; }
p { color: rgb(171,162,178); }
H1.HeaderClassName
{
color: #ABA2B2;
}
.AnyTagClassName
{
color: #ABA2B2;
}
</style>
background-color css
<style>
a { background-color: #ABA2B2; }
a { background-color: rgb(171,162,178); }
div.DivClassName
{
background-color: #ABA2B2;
}
.BgClassName
{
background-color: #ABA2B2;
}
</style>
border-color css
<style>
span { border-color: #ABA2B2; }
span { border-color: rgb(171,162,178); }
td.TdClassName
{
border-color: #ABA2B2;
}
.TagClassName
{
border-color: #ABA2B2;
}
</style>