Shades of Chatelle #AFA4B5
Tints of Chatelle #AFA4B5
RGB
CMYK
RGB Variations
Color information
#AFA4B5 (or 0xAFA4B5) is known color: Chatelle. HEX triplet: AF, A4 and B5. RGB value is (175,164,181). Sum of RGB (Red+Green+Blue) = 175+164+181=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 181 (71.09% from 255 or 34.81% from 520); Max value from RGB is 181 - color contains mainly: blue. Hex color #AFA4B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4B5 is #505B4A. Grayscale: #A9A9A9. Windows color (decimal): -5266251 or 11904175. OLE color: 11904175.
HSL color Cylindrical-coordinate representation of color #AFA4B5: hue angle of 278.82º degrees, saturation: 0.1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFA4B5 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 175 | 164 | 181 | - |
CMYK | 0.03 | 0.09 | 0 | 0.29 |
HSL | 278.82º | 0.1% | 0.68% | - |
HSV(B) | 278.82º | 0.09% | 0.71% | - |
XYZ | 39.3 | 39 | 49.17 | - |
YUV | 169.23 | 134.64 | 132.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 164 | 181 | 0.03 | 0.09 | 0 | 0.29 | 278.82 | 0.1 | 0.68 |
Hex | AF | A4 | B5 | 3 | 9 | 0 | 1D | 117 | A | 44 |
Octal | 257 | 244 | 265 | 3 | 11 | 0 | 35 | 427 | 12 | 104 |
Binary | 10101111 | 10100100 | 10110101 | 11 | 1001 | 0 | 11101 | 100010111 | 1010 | 1000100 |
Color Harmonies of #AFA4B5
Complementary color
Monochromatic Colors of #AFA4B5
Black with #AFA4B5
Text Example
Text Example
White with #AFA4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA4B5; }
p { color: rgb(175,164,181); }
H1.HeaderClassName
{
color: #AFA4B5;
}
.AnyTagClassName
{
color: #AFA4B5;
}
</style>
background-color css
<style>
a { background-color: #AFA4B5; }
a { background-color: rgb(175,164,181); }
div.DivClassName
{
background-color: #AFA4B5;
}
.BgClassName
{
background-color: #AFA4B5;
}
</style>
border-color css
<style>
span { border-color: #AFA4B5; }
span { border-color: rgb(175,164,181); }
td.TdClassName
{
border-color: #AFA4B5;
}
.TagClassName
{
border-color: #AFA4B5;
}
</style>