Shades of East Side #AF78C6
Tints of East Side #AF78C6
RGB
CMYK
RGB Variations
Color information
#AF78C6 (or 0xAF78C6) is known color: East Side. HEX triplet: AF, 78 and C6. RGB value is (175,120,198). Sum of RGB (Red+Green+Blue) = 175+120+198=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF78C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78C6 is #508739. Grayscale: #919191. Windows color (decimal): -5277498 or 13007023. OLE color: 13007023.
HSL color Cylindrical-coordinate representation of color #AF78C6: hue angle of 282.31º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF78C6 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 120 | 198 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.22 |
| HSL | 282.31º | 0.41% | 0.62% | - |
| HSV(B) | 282.31º | 0.39% | 0.78% | - |
| XYZ | 34.59 | 26.62 | 56.74 | - |
| YUV | 145.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 198 | 0.12 | 0.39 | 0 | 0.22 | 282.31 | 0.41 | 0.62 |
| Hex | AF | 78 | C6 | C | 27 | 0 | 16 | 11A | 29 | 3E |
| Octal | 257 | 170 | 306 | 14 | 47 | 0 | 26 | 432 | 51 | 76 |
| Binary | 10101111 | 1111000 | 11000110 | 1100 | 100111 | 0 | 10110 | 100011010 | 101001 | 111110 |
Color Harmonies of #AF78C6
Complementary color
Monochromatic Colors of #AF78C6
Black with #AF78C6
Text Example
Text Example
White with #AF78C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF78C6; }
p { color: rgb(175,120,198); }
H1.HeaderClassName
{
color: #AF78C6;
}
.AnyTagClassName
{
color: #AF78C6;
}
</style>
background-color css
<style>
a { background-color: #AF78C6; }
a { background-color: rgb(175,120,198); }
div.DivClassName
{
background-color: #AF78C6;
}
.BgClassName
{
background-color: #AF78C6;
}
</style>
border-color css
<style>
span { border-color: #AF78C6; }
span { border-color: rgb(175,120,198); }
td.TdClassName
{
border-color: #AF78C6;
}
.TagClassName
{
border-color: #AF78C6;
}
</style>