Shades of East Side #A873B5
Tints of East Side #A873B5
RGB
CMYK
RGB Variations
Color information
#A873B5 (or 0xA873B5) is known color: East Side. HEX triplet: A8, 73 and B5. RGB value is (168,115,181). Sum of RGB (Red+Green+Blue) = 168+115+181=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A873B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873B5 is #578C4A. Grayscale: #8A8A8A. Windows color (decimal): -5737547 or 11891624. OLE color: 11891624.
HSL color Cylindrical-coordinate representation of color #A873B5: hue angle of 288.18º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A873B5 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 115 | 181 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.29 |
| HSL | 288.18º | 0.31% | 0.58% | - |
| HSV(B) | 288.18º | 0.36% | 0.71% | - |
| XYZ | 30.62 | 23.92 | 46.72 | - |
| YUV | 138.37 | 152.06 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 181 | 0.07 | 0.36 | 0 | 0.29 | 288.18 | 0.31 | 0.58 |
| Hex | A8 | 73 | B5 | 7 | 24 | 0 | 1D | 120 | 1F | 3A |
| Octal | 250 | 163 | 265 | 7 | 44 | 0 | 35 | 440 | 37 | 72 |
| Binary | 10101000 | 1110011 | 10110101 | 111 | 100100 | 0 | 11101 | 100100000 | 11111 | 111010 |
Color Harmonies of #A873B5
Complementary color
Monochromatic Colors of #A873B5
Black with #A873B5
Text Example
Text Example
White with #A873B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873B5; }
p { color: rgb(168,115,181); }
H1.HeaderClassName
{
color: #A873B5;
}
.AnyTagClassName
{
color: #A873B5;
}
</style>
background-color css
<style>
a { background-color: #A873B5; }
a { background-color: rgb(168,115,181); }
div.DivClassName
{
background-color: #A873B5;
}
.BgClassName
{
background-color: #A873B5;
}
</style>
border-color css
<style>
span { border-color: #A873B5; }
span { border-color: rgb(168,115,181); }
td.TdClassName
{
border-color: #A873B5;
}
.TagClassName
{
border-color: #A873B5;
}
</style>