Shades of Chatelle #AF9AB3
Tints of Chatelle #AF9AB3
RGB
CMYK
RGB Variations
Color information
#AF9AB3 (or 0xAF9AB3) is known color: Chatelle. HEX triplet: AF, 9A and B3. RGB value is (175,154,179). Sum of RGB (Red+Green+Blue) = 175+154+179=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF9AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB3 is #50654C. Grayscale: #A3A3A3. Windows color (decimal): -5268813 or 11770543. OLE color: 11770543.
HSL color Cylindrical-coordinate representation of color #AF9AB3: hue angle of 290.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AF9AB3 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 154 | 179 | - |
| CMYK | 0.02 | 0.14 | 0 | 0.30 |
| HSL | 290.4º | 0.14% | 0.65% | - |
| HSV(B) | 290.4º | 0.14% | 0.7% | - |
| XYZ | 37.37 | 35.48 | 47.53 | - |
| YUV | 163.13 | 136.96 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 154 | 179 | 0.02 | 0.14 | 0 | 0.30 | 290.4 | 0.14 | 0.65 |
| Hex | AF | 9A | B3 | 2 | E | 0 | 1E | 122 | E | 41 |
| Octal | 257 | 232 | 263 | 2 | 16 | 0 | 36 | 442 | 16 | 101 |
| Binary | 10101111 | 10011010 | 10110011 | 10 | 1110 | 0 | 11110 | 100100010 | 1110 | 1000001 |
Color Harmonies of #AF9AB3
Complementary color
Monochromatic Colors of #AF9AB3
Black with #AF9AB3
Text Example
Text Example
White with #AF9AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF9AB3; }
p { color: rgb(175,154,179); }
H1.HeaderClassName
{
color: #AF9AB3;
}
.AnyTagClassName
{
color: #AF9AB3;
}
</style>
background-color css
<style>
a { background-color: #AF9AB3; }
a { background-color: rgb(175,154,179); }
div.DivClassName
{
background-color: #AF9AB3;
}
.BgClassName
{
background-color: #AF9AB3;
}
</style>
border-color css
<style>
span { border-color: #AF9AB3; }
span { border-color: rgb(175,154,179); }
td.TdClassName
{
border-color: #AF9AB3;
}
.TagClassName
{
border-color: #AF9AB3;
}
</style>