Shades of East Side #A872C1
Tints of East Side #A872C1
RGB
CMYK
RGB Variations
Color information
#A872C1 (or 0xA872C1) is known color: East Side. HEX triplet: A8, 72 and C1. RGB value is (168,114,193). Sum of RGB (Red+Green+Blue) = 168+114+193=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 193 - color contains mainly: blue. Hex color #A872C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A872C1 is #578D3E. Grayscale: #8A8A8A. Windows color (decimal): -5737791 or 12677800. OLE color: 12677800.
HSL color Cylindrical-coordinate representation of color #A872C1: hue angle of 281.01º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A872C1 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 114 | 193 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.24 |
| HSL | 281.01º | 0.39% | 0.6% | - |
| HSV(B) | 281.01º | 0.41% | 0.76% | - |
| XYZ | 31.79 | 24.21 | 53.45 | - |
| YUV | 139.15 | 158.39 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 114 | 193 | 0.13 | 0.41 | 0 | 0.24 | 281.01 | 0.39 | 0.6 |
| Hex | A8 | 72 | C1 | D | 29 | 0 | 18 | 119 | 27 | 3C |
| Octal | 250 | 162 | 301 | 15 | 51 | 0 | 30 | 431 | 47 | 74 |
| Binary | 10101000 | 1110010 | 11000001 | 1101 | 101001 | 0 | 11000 | 100011001 | 100111 | 111100 |
Color Harmonies of #A872C1
Complementary color
Monochromatic Colors of #A872C1
Black with #A872C1
Text Example
Text Example
White with #A872C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A872C1; }
p { color: rgb(168,114,193); }
H1.HeaderClassName
{
color: #A872C1;
}
.AnyTagClassName
{
color: #A872C1;
}
</style>
background-color css
<style>
a { background-color: #A872C1; }
a { background-color: rgb(168,114,193); }
div.DivClassName
{
background-color: #A872C1;
}
.BgClassName
{
background-color: #A872C1;
}
</style>
border-color css
<style>
span { border-color: #A872C1; }
span { border-color: rgb(168,114,193); }
td.TdClassName
{
border-color: #A872C1;
}
.TagClassName
{
border-color: #A872C1;
}
</style>