Shades of East Side #AF73B7
Tints of East Side #AF73B7
RGB
CMYK
RGB Variations
Color information
#AF73B7 (or 0xAF73B7) is known color: East Side. HEX triplet: AF, 73 and B7. RGB value is (175,115,183). Sum of RGB (Red+Green+Blue) = 175+115+183=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF73B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73B7 is #508C48. Grayscale: #8C8C8C. Windows color (decimal): -5278793 or 12022703. OLE color: 12022703.
HSL color Cylindrical-coordinate representation of color #AF73B7: hue angle of 292.94º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF73B7 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 115 | 183 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.28 |
| HSL | 292.94º | 0.32% | 0.58% | - |
| HSV(B) | 292.94º | 0.37% | 0.72% | - |
| XYZ | 32.36 | 24.79 | 47.88 | - |
| YUV | 140.69 | 151.88 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 183 | 0.04 | 0.37 | 0 | 0.28 | 292.94 | 0.32 | 0.58 |
| Hex | AF | 73 | B7 | 4 | 25 | 0 | 1C | 125 | 20 | 3A |
| Octal | 257 | 163 | 267 | 4 | 45 | 0 | 34 | 445 | 40 | 72 |
| Binary | 10101111 | 1110011 | 10110111 | 100 | 100101 | 0 | 11100 | 100100101 | 100000 | 111010 |
Color Harmonies of #AF73B7
Complementary color
Monochromatic Colors of #AF73B7
Black with #AF73B7
Text Example
Text Example
White with #AF73B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73B7; }
p { color: rgb(175,115,183); }
H1.HeaderClassName
{
color: #AF73B7;
}
.AnyTagClassName
{
color: #AF73B7;
}
</style>
background-color css
<style>
a { background-color: #AF73B7; }
a { background-color: rgb(175,115,183); }
div.DivClassName
{
background-color: #AF73B7;
}
.BgClassName
{
background-color: #AF73B7;
}
</style>
border-color css
<style>
span { border-color: #AF73B7; }
span { border-color: rgb(175,115,183); }
td.TdClassName
{
border-color: #AF73B7;
}
.TagClassName
{
border-color: #AF73B7;
}
</style>