Shades of East Side #AF77BA
Tints of East Side #AF77BA
RGB
CMYK
RGB Variations
Color information
#AF77BA (or 0xAF77BA) is known color: East Side. HEX triplet: AF, 77 and BA. RGB value is (175,119,186). Sum of RGB (Red+Green+Blue) = 175+119+186=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77BA is #508845. Grayscale: #8F8F8F. Windows color (decimal): -5277766 or 12220335. OLE color: 12220335.
HSL color Cylindrical-coordinate representation of color #AF77BA: hue angle of 290.15º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF77BA is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 119 | 186 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.27 |
| HSL | 290.15º | 0.33% | 0.6% | - |
| HSV(B) | 290.15º | 0.36% | 0.73% | - |
| XYZ | 33.14 | 25.85 | 49.7 | - |
| YUV | 143.38 | 152.05 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 186 | 0.06 | 0.36 | 0 | 0.27 | 290.15 | 0.33 | 0.6 |
| Hex | AF | 77 | BA | 6 | 24 | 0 | 1B | 122 | 21 | 3C |
| Octal | 257 | 167 | 272 | 6 | 44 | 0 | 33 | 442 | 41 | 74 |
| Binary | 10101111 | 1110111 | 10111010 | 110 | 100100 | 0 | 11011 | 100100010 | 100001 | 111100 |
Color Harmonies of #AF77BA
Complementary color
Monochromatic Colors of #AF77BA
Black with #AF77BA
Text Example
Text Example
White with #AF77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77BA; }
p { color: rgb(175,119,186); }
H1.HeaderClassName
{
color: #AF77BA;
}
.AnyTagClassName
{
color: #AF77BA;
}
</style>
background-color css
<style>
a { background-color: #AF77BA; }
a { background-color: rgb(175,119,186); }
div.DivClassName
{
background-color: #AF77BA;
}
.BgClassName
{
background-color: #AF77BA;
}
</style>
border-color css
<style>
span { border-color: #AF77BA; }
span { border-color: rgb(175,119,186); }
td.TdClassName
{
border-color: #AF77BA;
}
.TagClassName
{
border-color: #AF77BA;
}
</style>