Shades of East Side #A872BF
Tints of East Side #A872BF
RGB
CMYK
RGB Variations
Color information
#A872BF (or 0xA872BF) is known color: East Side. HEX triplet: A8, 72 and BF. RGB value is (168,114,191). Sum of RGB (Red+Green+Blue) = 168+114+191=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 191 - color contains mainly: blue. Hex color #A872BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872BF is #578D40. Grayscale: #8A8A8A. Windows color (decimal): -5737793 or 12546728. OLE color: 12546728.
HSL color Cylindrical-coordinate representation of color #A872BF: hue angle of 282.08º degrees, saturation: 0.38, 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 #A872BF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 114 | 191 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.25 |
| HSL | 282.08º | 0.38% | 0.6% | - |
| HSV(B) | 282.08º | 0.4% | 0.75% | - |
| XYZ | 31.57 | 24.12 | 52.28 | - |
| YUV | 138.92 | 157.39 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 191 | 0.12 | 0.40 | 0 | 0.25 | 282.08 | 0.38 | 0.6 |
| Hex | A8 | 72 | BF | C | 28 | 0 | 19 | 11A | 26 | 3C |
| Octal | 250 | 162 | 277 | 14 | 50 | 0 | 31 | 432 | 46 | 74 |
| Binary | 10101000 | 1110010 | 10111111 | 1100 | 101000 | 0 | 11001 | 100011010 | 100110 | 111100 |
Color Harmonies of #A872BF
Complementary color
Monochromatic Colors of #A872BF
Black with #A872BF
Text Example
Text Example
White with #A872BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872BF; }
p { color: rgb(168,114,191); }
H1.HeaderClassName
{
color: #A872BF;
}
.AnyTagClassName
{
color: #A872BF;
}
</style>
background-color css
<style>
a { background-color: #A872BF; }
a { background-color: rgb(168,114,191); }
div.DivClassName
{
background-color: #A872BF;
}
.BgClassName
{
background-color: #A872BF;
}
</style>
border-color css
<style>
span { border-color: #A872BF; }
span { border-color: rgb(168,114,191); }
td.TdClassName
{
border-color: #A872BF;
}
.TagClassName
{
border-color: #A872BF;
}
</style>