Shades of East Side #A872B6
Tints of East Side #A872B6
RGB
CMYK
RGB Variations
Color information
#A872B6 (or 0xA872B6) is known color: East Side. HEX triplet: A8, 72 and B6. RGB value is (168,114,182). Sum of RGB (Red+Green+Blue) = 168+114+182=464 (61% of max value = 765). Red value is 168 (66.02% from 255 or 36.21% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #A872B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872B6 is #578D49. Grayscale: #898989. Windows color (decimal): -5737802 or 11956904. OLE color: 11956904.
HSL color Cylindrical-coordinate representation of color #A872B6: hue angle of 287.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A872B6 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 168 | 114 | 182 | - |
| CMYK | 0.08 | 0.37 | 0 | 0.29 |
| HSL | 287.65º | 0.32% | 0.58% | - |
| HSV(B) | 287.65º | 0.37% | 0.71% | - |
| XYZ | 30.61 | 23.74 | 47.22 | - |
| YUV | 137.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 182 | 0.08 | 0.37 | 0 | 0.29 | 287.65 | 0.32 | 0.58 |
| Hex | A8 | 72 | B6 | 8 | 25 | 0 | 1D | 120 | 20 | 3A |
| Octal | 250 | 162 | 266 | 10 | 45 | 0 | 35 | 440 | 40 | 72 |
| Binary | 10101000 | 1110010 | 10110110 | 1000 | 100101 | 0 | 11101 | 100100000 | 100000 | 111010 |
Color Harmonies of #A872B6
Complementary color
Monochromatic Colors of #A872B6
Black with #A872B6
Text Example
Text Example
White with #A872B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872B6; }
p { color: rgb(168,114,182); }
H1.HeaderClassName
{
color: #A872B6;
}
.AnyTagClassName
{
color: #A872B6;
}
</style>
background-color css
<style>
a { background-color: #A872B6; }
a { background-color: rgb(168,114,182); }
div.DivClassName
{
background-color: #A872B6;
}
.BgClassName
{
background-color: #A872B6;
}
</style>
border-color css
<style>
span { border-color: #A872B6; }
span { border-color: rgb(168,114,182); }
td.TdClassName
{
border-color: #A872B6;
}
.TagClassName
{
border-color: #A872B6;
}
</style>