Shades of East Side #A872B7
Tints of East Side #A872B7
RGB
CMYK
RGB Variations
Color information
#A872B7 (or 0xA872B7) is known color: East Side. HEX triplet: A8, 72 and B7. RGB value is (168,114,183). Sum of RGB (Red+Green+Blue) = 168+114+183=465 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.13% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 183 - color contains mainly: blue. Hex color #A872B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872B7 is #578D48. Grayscale: #898989. Windows color (decimal): -5737801 or 12022440. OLE color: 12022440.
HSL color Cylindrical-coordinate representation of color #A872B7: hue angle of 286.96º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A872B7 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 114 | 183 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.28 |
| HSL | 286.96º | 0.32% | 0.58% | - |
| HSV(B) | 286.96º | 0.38% | 0.72% | - |
| XYZ | 30.71 | 23.78 | 47.77 | - |
| YUV | 138.01 | 153.39 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 183 | 0.08 | 0.38 | 0 | 0.28 | 286.96 | 0.32 | 0.58 |
| Hex | A8 | 72 | B7 | 8 | 26 | 0 | 1C | 11F | 20 | 3A |
| Octal | 250 | 162 | 267 | 10 | 46 | 0 | 34 | 437 | 40 | 72 |
| Binary | 10101000 | 1110010 | 10110111 | 1000 | 100110 | 0 | 11100 | 100011111 | 100000 | 111010 |
Color Harmonies of #A872B7
Complementary color
Monochromatic Colors of #A872B7
Black with #A872B7
Text Example
Text Example
White with #A872B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872B7; }
p { color: rgb(168,114,183); }
H1.HeaderClassName
{
color: #A872B7;
}
.AnyTagClassName
{
color: #A872B7;
}
</style>
background-color css
<style>
a { background-color: #A872B7; }
a { background-color: rgb(168,114,183); }
div.DivClassName
{
background-color: #A872B7;
}
.BgClassName
{
background-color: #A872B7;
}
</style>
border-color css
<style>
span { border-color: #A872B7; }
span { border-color: rgb(168,114,183); }
td.TdClassName
{
border-color: #A872B7;
}
.TagClassName
{
border-color: #A872B7;
}
</style>