Shades of Chatelle #AB9CB2
Tints of Chatelle #AB9CB2
RGB
CMYK
RGB Variations
Color information
#AB9CB2 (or 0xAB9CB2) is known color: Chatelle. HEX triplet: AB, 9C and B2. RGB value is (171,156,178). Sum of RGB (Red+Green+Blue) = 171+156+178=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 156 (61.33% from 255 or 30.89% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 178 - color contains mainly: blue. Hex color #AB9CB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9CB2 is #54634D. Grayscale: #A2A2A2. Windows color (decimal): -5530446 or 11705515. OLE color: 11705515.
HSL color Cylindrical-coordinate representation of color #AB9CB2: hue angle of 280.91º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AB9CB2 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 156 | 178 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.30 |
| HSL | 280.91º | 0.13% | 0.65% | - |
| HSV(B) | 280.91º | 0.12% | 0.7% | - |
| XYZ | 36.72 | 35.65 | 47.07 | - |
| YUV | 162.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 156 | 178 | 0.04 | 0.12 | 0 | 0.30 | 280.91 | 0.13 | 0.65 |
| Hex | AB | 9C | B2 | 4 | C | 0 | 1E | 119 | C | 41 |
| Octal | 253 | 234 | 262 | 4 | 14 | 0 | 36 | 431 | 14 | 101 |
| Binary | 10101011 | 10011100 | 10110010 | 100 | 1100 | 0 | 11110 | 100011001 | 1100 | 1000001 |
Color Harmonies of #AB9CB2
Complementary color
Monochromatic Colors of #AB9CB2
Black with #AB9CB2
Text Example
Text Example
White with #AB9CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB9CB2; }
p { color: rgb(171,156,178); }
H1.HeaderClassName
{
color: #AB9CB2;
}
.AnyTagClassName
{
color: #AB9CB2;
}
</style>
background-color css
<style>
a { background-color: #AB9CB2; }
a { background-color: rgb(171,156,178); }
div.DivClassName
{
background-color: #AB9CB2;
}
.BgClassName
{
background-color: #AB9CB2;
}
</style>
border-color css
<style>
span { border-color: #AB9CB2; }
span { border-color: rgb(171,156,178); }
td.TdClassName
{
border-color: #AB9CB2;
}
.TagClassName
{
border-color: #AB9CB2;
}
</style>