Shades of East Side #AF79D0
Tints of East Side #AF79D0
RGB
CMYK
RGB Variations
Color information
#AF79D0 (or 0xAF79D0) is known color: East Side. HEX triplet: AF, 79 and D0. RGB value is (175,121,208). Sum of RGB (Red+Green+Blue) = 175+121+208=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF79D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79D0 is #50862F. Grayscale: #929292. Windows color (decimal): -5277232 or 13662639. OLE color: 13662639.
HSL color Cylindrical-coordinate representation of color #AF79D0: hue angle of 277.24º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF79D0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 121 | 208 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.18 |
| HSL | 277.24º | 0.48% | 0.65% | - |
| HSV(B) | 277.24º | 0.42% | 0.82% | - |
| XYZ | 35.9 | 27.34 | 63.06 | - |
| YUV | 147.06 | 162.39 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 121 | 208 | 0.16 | 0.42 | 0 | 0.18 | 277.24 | 0.48 | 0.65 |
| Hex | AF | 79 | D0 | 10 | 2A | 0 | 12 | 115 | 30 | 41 |
| Octal | 257 | 171 | 320 | 20 | 52 | 0 | 22 | 425 | 60 | 101 |
| Binary | 10101111 | 1111001 | 11010000 | 10000 | 101010 | 0 | 10010 | 100010101 | 110000 | 1000001 |
Color Harmonies of #AF79D0
Complementary color
Monochromatic Colors of #AF79D0
Black with #AF79D0
Text Example
Text Example
White with #AF79D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF79D0; }
p { color: rgb(175,121,208); }
H1.HeaderClassName
{
color: #AF79D0;
}
.AnyTagClassName
{
color: #AF79D0;
}
</style>
background-color css
<style>
a { background-color: #AF79D0; }
a { background-color: rgb(175,121,208); }
div.DivClassName
{
background-color: #AF79D0;
}
.BgClassName
{
background-color: #AF79D0;
}
</style>
border-color css
<style>
span { border-color: #AF79D0; }
span { border-color: rgb(175,121,208); }
td.TdClassName
{
border-color: #AF79D0;
}
.TagClassName
{
border-color: #AF79D0;
}
</style>