Shades of Chatelle #AFA0BD
Tints of Chatelle #AFA0BD
RGB
CMYK
RGB Variations
Color information
#AFA0BD (or 0xAFA0BD) is known color: Chatelle. HEX triplet: AF, A0 and BD. RGB value is (175,160,189). Sum of RGB (Red+Green+Blue) = 175+160+189=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 160 (62.89% from 255 or 30.53% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 189 - color contains mainly: blue. Hex color #AFA0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BD is #505F42. Grayscale: #A7A7A7. Windows color (decimal): -5267267 or 12427439. OLE color: 12427439.
HSL color Cylindrical-coordinate representation of color #AFA0BD: hue angle of 271.03º 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 #AFA0BD is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 160 | 189 | - |
| CMYK | 0.07 | 0.15 | 0 | 0.26 |
| HSL | 271.03º | 0.18% | 0.68% | - |
| HSV(B) | 271.03º | 0.15% | 0.74% | - |
| XYZ | 39.44 | 37.93 | 53.39 | - |
| YUV | 167.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 189 | 0.07 | 0.15 | 0 | 0.26 | 271.03 | 0.18 | 0.68 |
| Hex | AF | A0 | BD | 7 | F | 0 | 1A | 10F | 12 | 44 |
| Octal | 257 | 240 | 275 | 7 | 17 | 0 | 32 | 417 | 22 | 104 |
| Binary | 10101111 | 10100000 | 10111101 | 111 | 1111 | 0 | 11010 | 100001111 | 10010 | 1000100 |
Color Harmonies of #AFA0BD
Complementary color
Monochromatic Colors of #AFA0BD
Black with #AFA0BD
Text Example
Text Example
White with #AFA0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0BD; }
p { color: rgb(175,160,189); }
H1.HeaderClassName
{
color: #AFA0BD;
}
.AnyTagClassName
{
color: #AFA0BD;
}
</style>
background-color css
<style>
a { background-color: #AFA0BD; }
a { background-color: rgb(175,160,189); }
div.DivClassName
{
background-color: #AFA0BD;
}
.BgClassName
{
background-color: #AFA0BD;
}
</style>
border-color css
<style>
span { border-color: #AFA0BD; }
span { border-color: rgb(175,160,189); }
td.TdClassName
{
border-color: #AFA0BD;
}
.TagClassName
{
border-color: #AFA0BD;
}
</style>