Shades of Chatelle #AFA0BC
Tints of Chatelle #AFA0BC
RGB
CMYK
RGB Variations
Color information
#AFA0BC (or 0xAFA0BC) is known color: Chatelle. HEX triplet: AF, A0 and BC. RGB value is (175,160,188). Sum of RGB (Red+Green+Blue) = 175+160+188=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #AFA0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BC is #505F43. Grayscale: #A7A7A7. Windows color (decimal): -5267268 or 12361903. OLE color: 12361903.
HSL color Cylindrical-coordinate representation of color #AFA0BC: hue angle of 272.14º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFA0BC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 160 | 188 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.26 |
| HSL | 272.14º | 0.17% | 0.68% | - |
| HSV(B) | 272.14º | 0.15% | 0.74% | - |
| XYZ | 39.33 | 37.89 | 52.82 | - |
| YUV | 167.68 | 139.47 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 188 | 0.07 | 0.15 | 0 | 0.26 | 272.14 | 0.17 | 0.68 |
| Hex | AF | A0 | BC | 7 | F | 0 | 1A | 110 | 11 | 44 |
| Octal | 257 | 240 | 274 | 7 | 17 | 0 | 32 | 420 | 21 | 104 |
| Binary | 10101111 | 10100000 | 10111100 | 111 | 1111 | 0 | 11010 | 100010000 | 10001 | 1000100 |
Color Harmonies of #AFA0BC
Complementary color
Monochromatic Colors of #AFA0BC
Black with #AFA0BC
Text Example
Text Example
White with #AFA0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0BC; }
p { color: rgb(175,160,188); }
H1.HeaderClassName
{
color: #AFA0BC;
}
.AnyTagClassName
{
color: #AFA0BC;
}
</style>
background-color css
<style>
a { background-color: #AFA0BC; }
a { background-color: rgb(175,160,188); }
div.DivClassName
{
background-color: #AFA0BC;
}
.BgClassName
{
background-color: #AFA0BC;
}
</style>
border-color css
<style>
span { border-color: #AFA0BC; }
span { border-color: rgb(175,160,188); }
td.TdClassName
{
border-color: #AFA0BC;
}
.TagClassName
{
border-color: #AFA0BC;
}
</style>