Shades of East Side #A972C0
Tints of East Side #A972C0
RGB
CMYK
RGB Variations
Color information
#A972C0 (or 0xA972C0) is known color: East Side. HEX triplet: A9, 72 and C0. RGB value is (169,114,192). Sum of RGB (Red+Green+Blue) = 169+114+192=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 192 (75.39% from 255 or 40.42% from 475); Max value from RGB is 192 - color contains mainly: blue. Hex color #A972C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972C0 is #568D3F. Grayscale: #8B8B8B. Windows color (decimal): -5672256 or 12612265. OLE color: 12612265.
HSL color Cylindrical-coordinate representation of color #A972C0: hue angle of 282.31º 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 #A972C0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 114 | 192 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.25 |
| HSL | 282.31º | 0.38% | 0.6% | - |
| HSV(B) | 282.31º | 0.41% | 0.75% | - |
| XYZ | 31.89 | 24.28 | 52.87 | - |
| YUV | 139.34 | 157.72 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 192 | 0.12 | 0.41 | 0 | 0.25 | 282.31 | 0.38 | 0.6 |
| Hex | A9 | 72 | C0 | C | 29 | 0 | 19 | 11A | 26 | 3C |
| Octal | 251 | 162 | 300 | 14 | 51 | 0 | 31 | 432 | 46 | 74 |
| Binary | 10101001 | 1110010 | 11000000 | 1100 | 101001 | 0 | 11001 | 100011010 | 100110 | 111100 |
Color Harmonies of #A972C0
Complementary color
Monochromatic Colors of #A972C0
Black with #A972C0
Text Example
Text Example
White with #A972C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972C0; }
p { color: rgb(169,114,192); }
H1.HeaderClassName
{
color: #A972C0;
}
.AnyTagClassName
{
color: #A972C0;
}
</style>
background-color css
<style>
a { background-color: #A972C0; }
a { background-color: rgb(169,114,192); }
div.DivClassName
{
background-color: #A972C0;
}
.BgClassName
{
background-color: #A972C0;
}
</style>
border-color css
<style>
span { border-color: #A972C0; }
span { border-color: rgb(169,114,192); }
td.TdClassName
{
border-color: #A972C0;
}
.TagClassName
{
border-color: #A972C0;
}
</style>