Shades of Chatelle #AFA0B4
Tints of Chatelle #AFA0B4
RGB
CMYK
RGB Variations
Color information
#AFA0B4 (or 0xAFA0B4) is known color: Chatelle. HEX triplet: AF, A0 and B4. RGB value is (175,160,180). Sum of RGB (Red+Green+Blue) = 175+160+180=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFA0B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0B4 is #505F4B. Grayscale: #A6A6A6. Windows color (decimal): -5267276 or 11837615. OLE color: 11837615.
HSL color Cylindrical-coordinate representation of color #AFA0B4: hue angle of 285º degrees, saturation: 0.12, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFA0B4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 160 | 180 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.29 |
| HSL | 285º | 0.12% | 0.67% | - |
| HSV(B) | 285º | 0.11% | 0.71% | - |
| XYZ | 38.49 | 37.55 | 48.4 | - |
| YUV | 166.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 180 | 0.03 | 0.11 | 0 | 0.29 | 285 | 0.12 | 0.67 |
| Hex | AF | A0 | B4 | 3 | B | 0 | 1D | 11D | C | 43 |
| Octal | 257 | 240 | 264 | 3 | 13 | 0 | 35 | 435 | 14 | 103 |
| Binary | 10101111 | 10100000 | 10110100 | 11 | 1011 | 0 | 11101 | 100011101 | 1100 | 1000011 |
Color Harmonies of #AFA0B4
Complementary color
Monochromatic Colors of #AFA0B4
Black with #AFA0B4
Text Example
Text Example
White with #AFA0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0B4; }
p { color: rgb(175,160,180); }
H1.HeaderClassName
{
color: #AFA0B4;
}
.AnyTagClassName
{
color: #AFA0B4;
}
</style>
background-color css
<style>
a { background-color: #AFA0B4; }
a { background-color: rgb(175,160,180); }
div.DivClassName
{
background-color: #AFA0B4;
}
.BgClassName
{
background-color: #AFA0B4;
}
</style>
border-color css
<style>
span { border-color: #AFA0B4; }
span { border-color: rgb(175,160,180); }
td.TdClassName
{
border-color: #AFA0B4;
}
.TagClassName
{
border-color: #AFA0B4;
}
</style>