Shades of East Side #AF78CE
Tints of East Side #AF78CE
RGB
CMYK
RGB Variations
Color information
#AF78CE (or 0xAF78CE) is known color: East Side. HEX triplet: AF, 78 and CE. RGB value is (175,120,206). Sum of RGB (Red+Green+Blue) = 175+120+206=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 120 (47.27% from 255 or 23.95% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF78CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78CE is #508731. Grayscale: #919191. Windows color (decimal): -5277490 or 13531311. OLE color: 13531311.
HSL color Cylindrical-coordinate representation of color #AF78CE: hue angle of 278.37º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF78CE is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 120 | 206 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.19 |
| HSL | 278.37º | 0.47% | 0.64% | - |
| HSV(B) | 278.37º | 0.42% | 0.81% | - |
| XYZ | 35.54 | 27 | 61.73 | - |
| YUV | 146.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 206 | 0.15 | 0.42 | 0 | 0.19 | 278.37 | 0.47 | 0.64 |
| Hex | AF | 78 | CE | F | 2A | 0 | 13 | 116 | 2F | 40 |
| Octal | 257 | 170 | 316 | 17 | 52 | 0 | 23 | 426 | 57 | 100 |
| Binary | 10101111 | 1111000 | 11001110 | 1111 | 101010 | 0 | 10011 | 100010110 | 101111 | 1000000 |
Color Harmonies of #AF78CE
Complementary color
Monochromatic Colors of #AF78CE
Black with #AF78CE
Text Example
Text Example
White with #AF78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78CE; }
p { color: rgb(175,120,206); }
H1.HeaderClassName
{
color: #AF78CE;
}
.AnyTagClassName
{
color: #AF78CE;
}
</style>
background-color css
<style>
a { background-color: #AF78CE; }
a { background-color: rgb(175,120,206); }
div.DivClassName
{
background-color: #AF78CE;
}
.BgClassName
{
background-color: #AF78CE;
}
</style>
border-color css
<style>
span { border-color: #AF78CE; }
span { border-color: rgb(175,120,206); }
td.TdClassName
{
border-color: #AF78CE;
}
.TagClassName
{
border-color: #AF78CE;
}
</style>