Shades of East Side #AF73BC
Tints of East Side #AF73BC
RGB
CMYK
RGB Variations
Color information
#AF73BC (or 0xAF73BC) is known color: East Side. HEX triplet: AF, 73 and BC. RGB value is (175,115,188). Sum of RGB (Red+Green+Blue) = 175+115+188=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF73BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73BC is #508C43. Grayscale: #8D8D8D. Windows color (decimal): -5278788 or 12350383. OLE color: 12350383.
HSL color Cylindrical-coordinate representation of color #AF73BC: hue angle of 289.32º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF73BC is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 115 | 188 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.26 |
| HSL | 289.32º | 0.35% | 0.59% | - |
| HSV(B) | 289.32º | 0.39% | 0.74% | - |
| XYZ | 32.89 | 25.01 | 50.67 | - |
| YUV | 141.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 188 | 0.07 | 0.39 | 0 | 0.26 | 289.32 | 0.35 | 0.59 |
| Hex | AF | 73 | BC | 7 | 27 | 0 | 1A | 121 | 23 | 3B |
| Octal | 257 | 163 | 274 | 7 | 47 | 0 | 32 | 441 | 43 | 73 |
| Binary | 10101111 | 1110011 | 10111100 | 111 | 100111 | 0 | 11010 | 100100001 | 100011 | 111011 |
Color Harmonies of #AF73BC
Complementary color
Monochromatic Colors of #AF73BC
Black with #AF73BC
Text Example
Text Example
White with #AF73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73BC; }
p { color: rgb(175,115,188); }
H1.HeaderClassName
{
color: #AF73BC;
}
.AnyTagClassName
{
color: #AF73BC;
}
</style>
background-color css
<style>
a { background-color: #AF73BC; }
a { background-color: rgb(175,115,188); }
div.DivClassName
{
background-color: #AF73BC;
}
.BgClassName
{
background-color: #AF73BC;
}
</style>
border-color css
<style>
span { border-color: #AF73BC; }
span { border-color: rgb(175,115,188); }
td.TdClassName
{
border-color: #AF73BC;
}
.TagClassName
{
border-color: #AF73BC;
}
</style>