Shades of East Side #A972B9
Tints of East Side #A972B9
RGB
CMYK
RGB Variations
Color information
#A972B9 (or 0xA972B9) is known color: East Side. HEX triplet: A9, 72 and B9. RGB value is (169,114,185). Sum of RGB (Red+Green+Blue) = 169+114+185=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 114 (44.92% from 255 or 24.36% from 468); Blue value is 185 (72.66% from 255 or 39.53% from 468); Max value from RGB is 185 - color contains mainly: blue. Hex color #A972B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972B9 is #568D46. Grayscale: #8A8A8A. Windows color (decimal): -5672263 or 12153513. OLE color: 12153513.
HSL color Cylindrical-coordinate representation of color #A972B9: hue angle of 286.48º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A972B9 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 114 | 185 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.27 |
| HSL | 286.48º | 0.34% | 0.59% | - |
| HSV(B) | 286.48º | 0.38% | 0.73% | - |
| XYZ | 31.14 | 23.97 | 48.89 | - |
| YUV | 138.54 | 154.22 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 185 | 0.09 | 0.38 | 0 | 0.27 | 286.48 | 0.34 | 0.59 |
| Hex | A9 | 72 | B9 | 9 | 26 | 0 | 1B | 11E | 22 | 3B |
| Octal | 251 | 162 | 271 | 11 | 46 | 0 | 33 | 436 | 42 | 73 |
| Binary | 10101001 | 1110010 | 10111001 | 1001 | 100110 | 0 | 11011 | 100011110 | 100010 | 111011 |
Color Harmonies of #A972B9
Complementary color
Monochromatic Colors of #A972B9
Black with #A972B9
Text Example
Text Example
White with #A972B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972B9; }
p { color: rgb(169,114,185); }
H1.HeaderClassName
{
color: #A972B9;
}
.AnyTagClassName
{
color: #A972B9;
}
</style>
background-color css
<style>
a { background-color: #A972B9; }
a { background-color: rgb(169,114,185); }
div.DivClassName
{
background-color: #A972B9;
}
.BgClassName
{
background-color: #A972B9;
}
</style>
border-color css
<style>
span { border-color: #A972B9; }
span { border-color: rgb(169,114,185); }
td.TdClassName
{
border-color: #A972B9;
}
.TagClassName
{
border-color: #A972B9;
}
</style>