Shades of East Side #A971C0
Tints of East Side #A971C0
RGB
CMYK
RGB Variations
Color information
#A971C0 (or 0xA971C0) is known color: East Side. HEX triplet: A9, 71 and C0. RGB value is (169,113,192). Sum of RGB (Red+Green+Blue) = 169+113+192=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 192 (75.39% from 255 or 40.51% from 474); Max value from RGB is 192 - color contains mainly: blue. Hex color #A971C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971C0 is #568E3F. Grayscale: #8A8A8A. Windows color (decimal): -5672512 or 12612009. OLE color: 12612009.
HSL color Cylindrical-coordinate representation of color #A971C0: hue angle of 282.53º degrees, saturation: 0.39, 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 #A971C0 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 113 | 192 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.25 |
| HSL | 282.53º | 0.39% | 0.6% | - |
| HSV(B) | 282.53º | 0.41% | 0.75% | - |
| XYZ | 31.78 | 24.05 | 52.84 | - |
| YUV | 138.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 192 | 0.12 | 0.41 | 0 | 0.25 | 282.53 | 0.39 | 0.6 |
| Hex | A9 | 71 | C0 | C | 29 | 0 | 19 | 11B | 27 | 3C |
| Octal | 251 | 161 | 300 | 14 | 51 | 0 | 31 | 433 | 47 | 74 |
| Binary | 10101001 | 1110001 | 11000000 | 1100 | 101001 | 0 | 11001 | 100011011 | 100111 | 111100 |
Color Harmonies of #A971C0
Complementary color
Monochromatic Colors of #A971C0
Black with #A971C0
Text Example
Text Example
White with #A971C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A971C0; }
p { color: rgb(169,113,192); }
H1.HeaderClassName
{
color: #A971C0;
}
.AnyTagClassName
{
color: #A971C0;
}
</style>
background-color css
<style>
a { background-color: #A971C0; }
a { background-color: rgb(169,113,192); }
div.DivClassName
{
background-color: #A971C0;
}
.BgClassName
{
background-color: #A971C0;
}
</style>
border-color css
<style>
span { border-color: #A971C0; }
span { border-color: rgb(169,113,192); }
td.TdClassName
{
border-color: #A971C0;
}
.TagClassName
{
border-color: #A971C0;
}
</style>