Shades of East Side #A872C0
Tints of East Side #A872C0
RGB
CMYK
RGB Variations
Color information
#A872C0 (or 0xA872C0) is known color: East Side. HEX triplet: A8, 72 and C0. RGB value is (168,114,192). Sum of RGB (Red+Green+Blue) = 168+114+192=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 114 (44.92% from 255 or 24.05% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #A872C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872C0 is #578D3F. Grayscale: #8A8A8A. Windows color (decimal): -5737792 or 12612264. OLE color: 12612264.
HSL color Cylindrical-coordinate representation of color #A872C0: hue angle of 281.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A872C0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 114 | 192 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.25 |
| HSL | 281.54º | 0.38% | 0.6% | - |
| HSV(B) | 281.54º | 0.41% | 0.75% | - |
| XYZ | 31.68 | 24.17 | 52.86 | - |
| YUV | 139.04 | 157.89 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 192 | 0.12 | 0.41 | 0 | 0.25 | 281.54 | 0.38 | 0.6 |
| Hex | A8 | 72 | C0 | C | 29 | 0 | 19 | 11A | 26 | 3C |
| Octal | 250 | 162 | 300 | 14 | 51 | 0 | 31 | 432 | 46 | 74 |
| Binary | 10101000 | 1110010 | 11000000 | 1100 | 101001 | 0 | 11001 | 100011010 | 100110 | 111100 |
Color Harmonies of #A872C0
Complementary color
Monochromatic Colors of #A872C0
Black with #A872C0
Text Example
Text Example
White with #A872C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872C0; }
p { color: rgb(168,114,192); }
H1.HeaderClassName
{
color: #A872C0;
}
.AnyTagClassName
{
color: #A872C0;
}
</style>
background-color css
<style>
a { background-color: #A872C0; }
a { background-color: rgb(168,114,192); }
div.DivClassName
{
background-color: #A872C0;
}
.BgClassName
{
background-color: #A872C0;
}
</style>
border-color css
<style>
span { border-color: #A872C0; }
span { border-color: rgb(168,114,192); }
td.TdClassName
{
border-color: #A872C0;
}
.TagClassName
{
border-color: #A872C0;
}
</style>