Shades of East Side #AF78D0
Tints of East Side #AF78D0
RGB
CMYK
RGB Variations
Color information
#AF78D0 (or 0xAF78D0) is known color: East Side. HEX triplet: AF, 78 and D0. RGB value is (175,120,208). Sum of RGB (Red+Green+Blue) = 175+120+208=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 120 (47.27% from 255 or 23.86% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF78D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78D0 is #50872F. Grayscale: #929292. Windows color (decimal): -5277488 or 13662383. OLE color: 13662383.
HSL color Cylindrical-coordinate representation of color #AF78D0: hue angle of 277.5º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF78D0 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 120 | 208 | - |
| CMYK | 0.16 | 0.42 | 0 | 0.18 |
| HSL | 277.5º | 0.48% | 0.64% | - |
| HSV(B) | 277.5º | 0.42% | 0.82% | - |
| XYZ | 35.78 | 27.1 | 63.02 | - |
| YUV | 146.48 | 162.72 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 208 | 0.16 | 0.42 | 0 | 0.18 | 277.5 | 0.48 | 0.64 |
| Hex | AF | 78 | D0 | 10 | 2A | 0 | 12 | 116 | 30 | 40 |
| Octal | 257 | 170 | 320 | 20 | 52 | 0 | 22 | 426 | 60 | 100 |
| Binary | 10101111 | 1111000 | 11010000 | 10000 | 101010 | 0 | 10010 | 100010110 | 110000 | 1000000 |
Color Harmonies of #AF78D0
Complementary color
Monochromatic Colors of #AF78D0
Black with #AF78D0
Text Example
Text Example
White with #AF78D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78D0; }
p { color: rgb(175,120,208); }
H1.HeaderClassName
{
color: #AF78D0;
}
.AnyTagClassName
{
color: #AF78D0;
}
</style>
background-color css
<style>
a { background-color: #AF78D0; }
a { background-color: rgb(175,120,208); }
div.DivClassName
{
background-color: #AF78D0;
}
.BgClassName
{
background-color: #AF78D0;
}
</style>
border-color css
<style>
span { border-color: #AF78D0; }
span { border-color: rgb(175,120,208); }
td.TdClassName
{
border-color: #AF78D0;
}
.TagClassName
{
border-color: #AF78D0;
}
</style>