Shades of Chatelle #AFA2BD
Tints of Chatelle #AFA2BD
RGB
CMYK
RGB Variations
Color information
#AFA2BD (or 0xAFA2BD) is known color: Chatelle. HEX triplet: AF, A2 and BD. RGB value is (175,162,189). Sum of RGB (Red+Green+Blue) = 175+162+189=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 189 (74.22% from 255 or 35.93% from 526); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFA2BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BD is #505D42. Grayscale: #A8A8A8. Windows color (decimal): -5266755 or 12427951. OLE color: 12427951.
HSL color Cylindrical-coordinate representation of color #AFA2BD: hue angle of 268.89º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFA2BD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 162 | 189 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.26 |
| HSL | 268.89º | 0.17% | 0.69% | - |
| HSV(B) | 268.89º | 0.14% | 0.74% | - |
| XYZ | 39.78 | 38.63 | 53.5 | - |
| YUV | 168.97 | 139.31 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 162 | 189 | 0.07 | 0.14 | 0 | 0.26 | 268.89 | 0.17 | 0.69 |
| Hex | AF | A2 | BD | 7 | E | 0 | 1A | 10D | 11 | 45 |
| Octal | 257 | 242 | 275 | 7 | 16 | 0 | 32 | 415 | 21 | 105 |
| Binary | 10101111 | 10100010 | 10111101 | 111 | 1110 | 0 | 11010 | 100001101 | 10001 | 1000101 |
Color Harmonies of #AFA2BD
Complementary color
Monochromatic Colors of #AFA2BD
Black with #AFA2BD
Text Example
Text Example
White with #AFA2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA2BD; }
p { color: rgb(175,162,189); }
H1.HeaderClassName
{
color: #AFA2BD;
}
.AnyTagClassName
{
color: #AFA2BD;
}
</style>
background-color css
<style>
a { background-color: #AFA2BD; }
a { background-color: rgb(175,162,189); }
div.DivClassName
{
background-color: #AFA2BD;
}
.BgClassName
{
background-color: #AFA2BD;
}
</style>
border-color css
<style>
span { border-color: #AFA2BD; }
span { border-color: rgb(175,162,189); }
td.TdClassName
{
border-color: #AFA2BD;
}
.TagClassName
{
border-color: #AFA2BD;
}
</style>