Shades of East Side #AF77B5
Tints of East Side #AF77B5
RGB
CMYK
RGB Variations
Color information
#AF77B5 (or 0xAF77B5) is known color: East Side. HEX triplet: AF, 77 and B5. RGB value is (175,119,181). Sum of RGB (Red+Green+Blue) = 175+119+181=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 119 (46.88% from 255 or 25.05% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF77B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF77B5 is #50884A. Grayscale: #8E8E8E. Windows color (decimal): -5277771 or 11892655. OLE color: 11892655.
HSL color Cylindrical-coordinate representation of color #AF77B5: hue angle of 294.19º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF77B5 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 119 | 181 | - |
| CMYK | 0.03 | 0.34 | 0 | 0.29 |
| HSL | 294.19º | 0.3% | 0.59% | - |
| HSV(B) | 294.19º | 0.34% | 0.71% | - |
| XYZ | 32.62 | 25.64 | 46.95 | - |
| YUV | 142.81 | 149.55 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 119 | 181 | 0.03 | 0.34 | 0 | 0.29 | 294.19 | 0.3 | 0.59 |
| Hex | AF | 77 | B5 | 3 | 22 | 0 | 1D | 126 | 1E | 3B |
| Octal | 257 | 167 | 265 | 3 | 42 | 0 | 35 | 446 | 36 | 73 |
| Binary | 10101111 | 1110111 | 10110101 | 11 | 100010 | 0 | 11101 | 100100110 | 11110 | 111011 |
Color Harmonies of #AF77B5
Complementary color
Monochromatic Colors of #AF77B5
Black with #AF77B5
Text Example
Text Example
White with #AF77B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF77B5; }
p { color: rgb(175,119,181); }
H1.HeaderClassName
{
color: #AF77B5;
}
.AnyTagClassName
{
color: #AF77B5;
}
</style>
background-color css
<style>
a { background-color: #AF77B5; }
a { background-color: rgb(175,119,181); }
div.DivClassName
{
background-color: #AF77B5;
}
.BgClassName
{
background-color: #AF77B5;
}
</style>
border-color css
<style>
span { border-color: #AF77B5; }
span { border-color: rgb(175,119,181); }
td.TdClassName
{
border-color: #AF77B5;
}
.TagClassName
{
border-color: #AF77B5;
}
</style>