Shades of East Side #A873BB
Tints of East Side #A873BB
RGB
CMYK
RGB Variations
Color information
#A873BB (or 0xA873BB) is known color: East Side. HEX triplet: A8, 73 and BB. RGB value is (168,115,187). Sum of RGB (Red+Green+Blue) = 168+115+187=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 115 (45.31% from 255 or 24.47% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #A873BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A873BB is #578C44. Grayscale: #8A8A8A. Windows color (decimal): -5737541 or 12284840. OLE color: 12284840.
HSL color Cylindrical-coordinate representation of color #A873BB: hue angle of 284.17º 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 #A873BB is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 115 | 187 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.27 |
| HSL | 284.17º | 0.35% | 0.59% | - |
| HSV(B) | 284.17º | 0.39% | 0.73% | - |
| XYZ | 31.25 | 24.17 | 50.03 | - |
| YUV | 139.06 | 155.06 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 187 | 0.10 | 0.39 | 0 | 0.27 | 284.17 | 0.35 | 0.59 |
| Hex | A8 | 73 | BB | A | 27 | 0 | 1B | 11C | 23 | 3B |
| Octal | 250 | 163 | 273 | 12 | 47 | 0 | 33 | 434 | 43 | 73 |
| Binary | 10101000 | 1110011 | 10111011 | 1010 | 100111 | 0 | 11011 | 100011100 | 100011 | 111011 |
Color Harmonies of #A873BB
Complementary color
Monochromatic Colors of #A873BB
Black with #A873BB
Text Example
Text Example
White with #A873BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A873BB; }
p { color: rgb(168,115,187); }
H1.HeaderClassName
{
color: #A873BB;
}
.AnyTagClassName
{
color: #A873BB;
}
</style>
background-color css
<style>
a { background-color: #A873BB; }
a { background-color: rgb(168,115,187); }
div.DivClassName
{
background-color: #A873BB;
}
.BgClassName
{
background-color: #A873BB;
}
</style>
border-color css
<style>
span { border-color: #A873BB; }
span { border-color: rgb(168,115,187); }
td.TdClassName
{
border-color: #A873BB;
}
.TagClassName
{
border-color: #A873BB;
}
</style>