Shades of East Side #AF77C6
Tints of East Side #AF77C6
RGB
CMYK
RGB Variations
Color information
#AF77C6 (or 0xAF77C6) is known color: East Side. HEX triplet: AF, 77 and C6. RGB value is (175,119,198). Sum of RGB (Red+Green+Blue) = 175+119+198=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF77C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77C6 is #508839. Grayscale: #909090. Windows color (decimal): -5277754 or 13006767. OLE color: 13006767.
HSL color Cylindrical-coordinate representation of color #AF77C6: hue angle of 282.53º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF77C6 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 119 | 198 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.22 |
| HSL | 282.53º | 0.41% | 0.62% | - |
| HSV(B) | 282.53º | 0.4% | 0.78% | - |
| XYZ | 34.47 | 26.38 | 56.7 | - |
| YUV | 144.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 198 | 0.12 | 0.40 | 0 | 0.22 | 282.53 | 0.41 | 0.62 |
| Hex | AF | 77 | C6 | C | 28 | 0 | 16 | 11B | 29 | 3E |
| Octal | 257 | 167 | 306 | 14 | 50 | 0 | 26 | 433 | 51 | 76 |
| Binary | 10101111 | 1110111 | 11000110 | 1100 | 101000 | 0 | 10110 | 100011011 | 101001 | 111110 |
Color Harmonies of #AF77C6
Complementary color
Monochromatic Colors of #AF77C6
Black with #AF77C6
Text Example
Text Example
White with #AF77C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77C6; }
p { color: rgb(175,119,198); }
H1.HeaderClassName
{
color: #AF77C6;
}
.AnyTagClassName
{
color: #AF77C6;
}
</style>
background-color css
<style>
a { background-color: #AF77C6; }
a { background-color: rgb(175,119,198); }
div.DivClassName
{
background-color: #AF77C6;
}
.BgClassName
{
background-color: #AF77C6;
}
</style>
border-color css
<style>
span { border-color: #AF77C6; }
span { border-color: rgb(175,119,198); }
td.TdClassName
{
border-color: #AF77C6;
}
.TagClassName
{
border-color: #AF77C6;
}
</style>