Shades of East Side #AF73BB
Tints of East Side #AF73BB
RGB
CMYK
RGB Variations
Color information
#AF73BB (or 0xAF73BB) is known color: East Side. HEX triplet: AF, 73 and BB. RGB value is (175,115,187). Sum of RGB (Red+Green+Blue) = 175+115+187=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF73BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73BB is #508C44. Grayscale: #8C8C8C. Windows color (decimal): -5278789 or 12284847. OLE color: 12284847.
HSL color Cylindrical-coordinate representation of color #AF73BB: hue angle of 290º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF73BB is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 175 | 115 | 187 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.27 |
| HSL | 290º | 0.35% | 0.59% | - |
| HSV(B) | 290º | 0.39% | 0.73% | - |
| XYZ | 32.78 | 24.96 | 50.1 | - |
| YUV | 141.15 | 153.88 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 115 | 187 | 0.06 | 0.39 | 0 | 0.27 | 290 | 0.35 | 0.59 |
| Hex | AF | 73 | BB | 6 | 27 | 0 | 1B | 122 | 23 | 3B |
| Octal | 257 | 163 | 273 | 6 | 47 | 0 | 33 | 442 | 43 | 73 |
| Binary | 10101111 | 1110011 | 10111011 | 110 | 100111 | 0 | 11011 | 100100010 | 100011 | 111011 |
Color Harmonies of #AF73BB
Complementary color
Monochromatic Colors of #AF73BB
Black with #AF73BB
Text Example
Text Example
White with #AF73BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF73BB; }
p { color: rgb(175,115,187); }
H1.HeaderClassName
{
color: #AF73BB;
}
.AnyTagClassName
{
color: #AF73BB;
}
</style>
background-color css
<style>
a { background-color: #AF73BB; }
a { background-color: rgb(175,115,187); }
div.DivClassName
{
background-color: #AF73BB;
}
.BgClassName
{
background-color: #AF73BB;
}
</style>
border-color css
<style>
span { border-color: #AF73BB; }
span { border-color: rgb(175,115,187); }
td.TdClassName
{
border-color: #AF73BB;
}
.TagClassName
{
border-color: #AF73BB;
}
</style>