Shades of Chatelle #AF9FBC
Tints of Chatelle #AF9FBC
RGB
CMYK
RGB Variations
Color information
#AF9FBC (or 0xAF9FBC) is known color: Chatelle. HEX triplet: AF, 9F and BC. RGB value is (175,159,188). Sum of RGB (Red+Green+Blue) = 175+159+188=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF9FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FBC is #506043. Grayscale: #A6A6A6. Windows color (decimal): -5267524 or 12361647. OLE color: 12361647.
HSL color Cylindrical-coordinate representation of color #AF9FBC: hue angle of 273.1º degrees, saturation: 0.18, 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 #AF9FBC is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 159 | 188 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.26 |
| HSL | 273.1º | 0.18% | 0.68% | - |
| HSV(B) | 273.1º | 0.15% | 0.74% | - |
| XYZ | 39.15 | 37.54 | 52.76 | - |
| YUV | 167.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 159 | 188 | 0.07 | 0.15 | 0 | 0.26 | 273.1 | 0.18 | 0.68 |
| Hex | AF | 9F | BC | 7 | F | 0 | 1A | 111 | 12 | 44 |
| Octal | 257 | 237 | 274 | 7 | 17 | 0 | 32 | 421 | 22 | 104 |
| Binary | 10101111 | 10011111 | 10111100 | 111 | 1111 | 0 | 11010 | 100010001 | 10010 | 1000100 |
Color Harmonies of #AF9FBC
Complementary color
Monochromatic Colors of #AF9FBC
Black with #AF9FBC
Text Example
Text Example
White with #AF9FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9FBC; }
p { color: rgb(175,159,188); }
H1.HeaderClassName
{
color: #AF9FBC;
}
.AnyTagClassName
{
color: #AF9FBC;
}
</style>
background-color css
<style>
a { background-color: #AF9FBC; }
a { background-color: rgb(175,159,188); }
div.DivClassName
{
background-color: #AF9FBC;
}
.BgClassName
{
background-color: #AF9FBC;
}
</style>
border-color css
<style>
span { border-color: #AF9FBC; }
span { border-color: rgb(175,159,188); }
td.TdClassName
{
border-color: #AF9FBC;
}
.TagClassName
{
border-color: #AF9FBC;
}
</style>