Shades of East Side #AF79C0
Tints of East Side #AF79C0
RGB
CMYK
RGB Variations
Color information
#AF79C0 (or 0xAF79C0) is known color: East Side. HEX triplet: AF, 79 and C0. RGB value is (175,121,192). Sum of RGB (Red+Green+Blue) = 175+121+192=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF79C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79C0 is #50863F. Grayscale: #919191. Windows color (decimal): -5277248 or 12614063. OLE color: 12614063.
HSL color Cylindrical-coordinate representation of color #AF79C0: hue angle of 285.63º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF79C0 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 121 | 192 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.25 |
| HSL | 285.63º | 0.36% | 0.61% | - |
| HSV(B) | 285.63º | 0.37% | 0.75% | - |
| XYZ | 34.03 | 26.59 | 53.21 | - |
| YUV | 145.24 | 154.39 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 192 | 0.09 | 0.37 | 0 | 0.25 | 285.63 | 0.36 | 0.61 |
| Hex | AF | 79 | C0 | 9 | 25 | 0 | 19 | 11E | 24 | 3D |
| Octal | 257 | 171 | 300 | 11 | 45 | 0 | 31 | 436 | 44 | 75 |
| Binary | 10101111 | 1111001 | 11000000 | 1001 | 100101 | 0 | 11001 | 100011110 | 100100 | 111101 |
Color Harmonies of #AF79C0
Complementary color
Monochromatic Colors of #AF79C0
Black with #AF79C0
Text Example
Text Example
White with #AF79C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79C0; }
p { color: rgb(175,121,192); }
H1.HeaderClassName
{
color: #AF79C0;
}
.AnyTagClassName
{
color: #AF79C0;
}
</style>
background-color css
<style>
a { background-color: #AF79C0; }
a { background-color: rgb(175,121,192); }
div.DivClassName
{
background-color: #AF79C0;
}
.BgClassName
{
background-color: #AF79C0;
}
</style>
border-color css
<style>
span { border-color: #AF79C0; }
span { border-color: rgb(175,121,192); }
td.TdClassName
{
border-color: #AF79C0;
}
.TagClassName
{
border-color: #AF79C0;
}
</style>