Shades of East Side #A872BE
Tints of East Side #A872BE
RGB
CMYK
RGB Variations
Color information
#A872BE (or 0xA872BE) is known color: East Side. HEX triplet: A8, 72 and BE. RGB value is (168,114,190). Sum of RGB (Red+Green+Blue) = 168+114+190=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 190 - color contains mainly: blue. Hex color #A872BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872BE is #578D41. Grayscale: #8A8A8A. Windows color (decimal): -5737794 or 12481192. OLE color: 12481192.
HSL color Cylindrical-coordinate representation of color #A872BE: hue angle of 282.63º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A872BE is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 114 | 190 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.25 |
| HSL | 282.63º | 0.37% | 0.6% | - |
| HSV(B) | 282.63º | 0.4% | 0.75% | - |
| XYZ | 31.46 | 24.08 | 51.7 | - |
| YUV | 138.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 190 | 0.12 | 0.40 | 0 | 0.25 | 282.63 | 0.37 | 0.6 |
| Hex | A8 | 72 | BE | C | 28 | 0 | 19 | 11B | 25 | 3C |
| Octal | 250 | 162 | 276 | 14 | 50 | 0 | 31 | 433 | 45 | 74 |
| Binary | 10101000 | 1110010 | 10111110 | 1100 | 101000 | 0 | 11001 | 100011011 | 100101 | 111100 |
Color Harmonies of #A872BE
Complementary color
Monochromatic Colors of #A872BE
Black with #A872BE
Text Example
Text Example
White with #A872BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872BE; }
p { color: rgb(168,114,190); }
H1.HeaderClassName
{
color: #A872BE;
}
.AnyTagClassName
{
color: #A872BE;
}
</style>
background-color css
<style>
a { background-color: #A872BE; }
a { background-color: rgb(168,114,190); }
div.DivClassName
{
background-color: #A872BE;
}
.BgClassName
{
background-color: #A872BE;
}
</style>
border-color css
<style>
span { border-color: #A872BE; }
span { border-color: rgb(168,114,190); }
td.TdClassName
{
border-color: #A872BE;
}
.TagClassName
{
border-color: #A872BE;
}
</style>