Shades of Chatelle #AFA0B2
Tints of Chatelle #AFA0B2
RGB
CMYK
RGB Variations
Color information
#AFA0B2 (or 0xAFA0B2) is known color: Chatelle. HEX triplet: AF, A0 and B2. RGB value is (175,160,178). Sum of RGB (Red+Green+Blue) = 175+160+178=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 178 (69.92% from 255 or 34.70% from 513); Max value from RGB is 178 - color contains mainly: blue. Hex color #AFA0B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA0B2 is #505F4D. Grayscale: #A6A6A6. Windows color (decimal): -5267278 or 11706543. OLE color: 11706543.
HSL color Cylindrical-coordinate representation of color #AFA0B2: hue angle of 290º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFA0B2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 160 | 178 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.30 |
| HSL | 290º | 0.1% | 0.66% | - |
| HSV(B) | 290º | 0.1% | 0.7% | - |
| XYZ | 38.29 | 37.47 | 47.33 | - |
| YUV | 166.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 178 | 0.02 | 0.10 | 0 | 0.30 | 290 | 0.1 | 0.66 |
| Hex | AF | A0 | B2 | 2 | A | 0 | 1E | 122 | A | 42 |
| Octal | 257 | 240 | 262 | 2 | 12 | 0 | 36 | 442 | 12 | 102 |
| Binary | 10101111 | 10100000 | 10110010 | 10 | 1010 | 0 | 11110 | 100100010 | 1010 | 1000010 |
Color Harmonies of #AFA0B2
Complementary color
Monochromatic Colors of #AFA0B2
Black with #AFA0B2
Text Example
Text Example
White with #AFA0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0B2; }
p { color: rgb(175,160,178); }
H1.HeaderClassName
{
color: #AFA0B2;
}
.AnyTagClassName
{
color: #AFA0B2;
}
</style>
background-color css
<style>
a { background-color: #AFA0B2; }
a { background-color: rgb(175,160,178); }
div.DivClassName
{
background-color: #AFA0B2;
}
.BgClassName
{
background-color: #AFA0B2;
}
</style>
border-color css
<style>
span { border-color: #AFA0B2; }
span { border-color: rgb(175,160,178); }
td.TdClassName
{
border-color: #AFA0B2;
}
.TagClassName
{
border-color: #AFA0B2;
}
</style>