Shades of East Side #AF92C9
Tints of East Side #AF92C9
RGB
CMYK
RGB Variations
Color information
#AF92C9 (or 0xAF92C9) is known color: East Side. HEX triplet: AF, 92 and C9. RGB value is (175,146,201). Sum of RGB (Red+Green+Blue) = 175+146+201=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 201 (78.91% from 255 or 38.51% from 522); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF92C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF92C9 is #506D36. Grayscale: #A0A0A0. Windows color (decimal): -5270839 or 13210287. OLE color: 13210287.
HSL color Cylindrical-coordinate representation of color #AF92C9: hue angle of 271.64º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF92C9 is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 146 | 201 | - |
| CMYK | 0.13 | 0.27 | 0 | 0.21 |
| HSL | 271.64º | 0.34% | 0.68% | - |
| HSV(B) | 271.64º | 0.27% | 0.79% | - |
| XYZ | 38.5 | 33.89 | 59.77 | - |
| YUV | 160.94 | 150.61 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 146 | 201 | 0.13 | 0.27 | 0 | 0.21 | 271.64 | 0.34 | 0.68 |
| Hex | AF | 92 | C9 | D | 1B | 0 | 15 | 110 | 22 | 44 |
| Octal | 257 | 222 | 311 | 15 | 33 | 0 | 25 | 420 | 42 | 104 |
| Binary | 10101111 | 10010010 | 11001001 | 1101 | 11011 | 0 | 10101 | 100010000 | 100010 | 1000100 |
Color Harmonies of #AF92C9
Complementary color
Monochromatic Colors of #AF92C9
Black with #AF92C9
Text Example
Text Example
White with #AF92C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF92C9; }
p { color: rgb(175,146,201); }
H1.HeaderClassName
{
color: #AF92C9;
}
.AnyTagClassName
{
color: #AF92C9;
}
</style>
background-color css
<style>
a { background-color: #AF92C9; }
a { background-color: rgb(175,146,201); }
div.DivClassName
{
background-color: #AF92C9;
}
.BgClassName
{
background-color: #AF92C9;
}
</style>
border-color css
<style>
span { border-color: #AF92C9; }
span { border-color: rgb(175,146,201); }
td.TdClassName
{
border-color: #AF92C9;
}
.TagClassName
{
border-color: #AF92C9;
}
</style>