Shades of East Side #A973B9
Tints of East Side #A973B9
RGB
CMYK
RGB Variations
Color information
#A973B9 (or 0xA973B9) is known color: East Side. HEX triplet: A9, 73 and B9. RGB value is (169,115,185). Sum of RGB (Red+Green+Blue) = 169+115+185=469 (62% of max value = 765). Red value is 169 (66.41% from 255 or 36.03% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 185 - color contains mainly: blue. Hex color #A973B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973B9 is #568C46. Grayscale: #8A8A8A. Windows color (decimal): -5672007 or 12153769. OLE color: 12153769.
HSL color Cylindrical-coordinate representation of color #A973B9: hue angle of 286.29º degrees, saturation: 0.33, 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 #A973B9 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 115 | 185 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.27 |
| HSL | 286.29º | 0.33% | 0.59% | - |
| HSV(B) | 286.29º | 0.38% | 0.73% | - |
| XYZ | 31.25 | 24.2 | 48.92 | - |
| YUV | 139.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 185 | 0.09 | 0.38 | 0 | 0.27 | 286.29 | 0.33 | 0.59 |
| Hex | A9 | 73 | B9 | 9 | 26 | 0 | 1B | 11E | 21 | 3B |
| Octal | 251 | 163 | 271 | 11 | 46 | 0 | 33 | 436 | 41 | 73 |
| Binary | 10101001 | 1110011 | 10111001 | 1001 | 100110 | 0 | 11011 | 100011110 | 100001 | 111011 |
Color Harmonies of #A973B9
Complementary color
Monochromatic Colors of #A973B9
Black with #A973B9
Text Example
Text Example
White with #A973B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973B9; }
p { color: rgb(169,115,185); }
H1.HeaderClassName
{
color: #A973B9;
}
.AnyTagClassName
{
color: #A973B9;
}
</style>
background-color css
<style>
a { background-color: #A973B9; }
a { background-color: rgb(169,115,185); }
div.DivClassName
{
background-color: #A973B9;
}
.BgClassName
{
background-color: #A973B9;
}
</style>
border-color css
<style>
span { border-color: #A973B9; }
span { border-color: rgb(169,115,185); }
td.TdClassName
{
border-color: #A973B9;
}
.TagClassName
{
border-color: #A973B9;
}
</style>