Shades of East Side #A971BF
Tints of East Side #A971BF
RGB
CMYK
RGB Variations
Color information
#A971BF (or 0xA971BF) is known color: East Side. HEX triplet: A9, 71 and BF. RGB value is (169,113,191). Sum of RGB (Red+Green+Blue) = 169+113+191=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 113 (44.53% from 255 or 23.89% 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 #A971BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A971BF is #568E40. Grayscale: #8A8A8A. Windows color (decimal): -5672513 or 12546473. OLE color: 12546473.
HSL color Cylindrical-coordinate representation of color #A971BF: hue angle of 283.08º 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 #A971BF is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 113 | 191 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.25 |
| HSL | 283.08º | 0.38% | 0.6% | - |
| HSV(B) | 283.08º | 0.41% | 0.75% | - |
| XYZ | 31.67 | 24.01 | 52.25 | - |
| YUV | 138.64 | 157.55 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 113 | 191 | 0.12 | 0.41 | 0 | 0.25 | 283.08 | 0.38 | 0.6 |
| Hex | A9 | 71 | BF | C | 29 | 0 | 19 | 11B | 26 | 3C |
| Octal | 251 | 161 | 277 | 14 | 51 | 0 | 31 | 433 | 46 | 74 |
| Binary | 10101001 | 1110001 | 10111111 | 1100 | 101001 | 0 | 11001 | 100011011 | 100110 | 111100 |
Color Harmonies of #A971BF
Complementary color
Monochromatic Colors of #A971BF
Black with #A971BF
Text Example
Text Example
White with #A971BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A971BF; }
p { color: rgb(169,113,191); }
H1.HeaderClassName
{
color: #A971BF;
}
.AnyTagClassName
{
color: #A971BF;
}
</style>
background-color css
<style>
a { background-color: #A971BF; }
a { background-color: rgb(169,113,191); }
div.DivClassName
{
background-color: #A971BF;
}
.BgClassName
{
background-color: #A971BF;
}
</style>
border-color css
<style>
span { border-color: #A971BF; }
span { border-color: rgb(169,113,191); }
td.TdClassName
{
border-color: #A971BF;
}
.TagClassName
{
border-color: #A971BF;
}
</style>