Shades of East Side #A873BE
Tints of East Side #A873BE
RGB
CMYK
RGB Variations
Color information
#A873BE (or 0xA873BE) is known color: East Side. HEX triplet: A8, 73 and BE. RGB value is (168,115,190). Sum of RGB (Red+Green+Blue) = 168+115+190=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A873BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873BE is #578C41. Grayscale: #8B8B8B. Windows color (decimal): -5737538 or 12481448. OLE color: 12481448.
HSL color Cylindrical-coordinate representation of color #A873BE: hue angle of 282.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A873BE is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 115 | 190 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.25 |
| HSL | 282.4º | 0.37% | 0.6% | - |
| HSV(B) | 282.4º | 0.39% | 0.75% | - |
| XYZ | 31.57 | 24.3 | 51.74 | - |
| YUV | 139.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 190 | 0.12 | 0.39 | 0 | 0.25 | 282.4 | 0.37 | 0.6 |
| Hex | A8 | 73 | BE | C | 27 | 0 | 19 | 11A | 25 | 3C |
| Octal | 250 | 163 | 276 | 14 | 47 | 0 | 31 | 432 | 45 | 74 |
| Binary | 10101000 | 1110011 | 10111110 | 1100 | 100111 | 0 | 11001 | 100011010 | 100101 | 111100 |
Color Harmonies of #A873BE
Complementary color
Monochromatic Colors of #A873BE
Black with #A873BE
Text Example
Text Example
White with #A873BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873BE; }
p { color: rgb(168,115,190); }
H1.HeaderClassName
{
color: #A873BE;
}
.AnyTagClassName
{
color: #A873BE;
}
</style>
background-color css
<style>
a { background-color: #A873BE; }
a { background-color: rgb(168,115,190); }
div.DivClassName
{
background-color: #A873BE;
}
.BgClassName
{
background-color: #A873BE;
}
</style>
border-color css
<style>
span { border-color: #A873BE; }
span { border-color: rgb(168,115,190); }
td.TdClassName
{
border-color: #A873BE;
}
.TagClassName
{
border-color: #A873BE;
}
</style>