Shades of East Side #A973B3
Tints of East Side #A973B3
RGB
CMYK
RGB Variations
Color information
#A973B3 (or 0xA973B3) is known color: East Side. HEX triplet: A9, 73 and B3. RGB value is (169,115,179). Sum of RGB (Red+Green+Blue) = 169+115+179=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 115 (45.31% from 255 or 24.84% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 179 - color contains mainly: blue. Hex color #A973B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973B3 is #568C4C. Grayscale: #8A8A8A. Windows color (decimal): -5672013 or 11760553. OLE color: 11760553.
HSL color Cylindrical-coordinate representation of color #A973B3: hue angle of 290.62º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A973B3 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 115 | 179 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.30 |
| HSL | 290.63º | 0.3% | 0.58% | - |
| HSV(B) | 290.63º | 0.36% | 0.7% | - |
| XYZ | 30.63 | 23.95 | 45.66 | - |
| YUV | 138.44 | 150.89 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 179 | 0.06 | 0.36 | 0 | 0.30 | 290.63 | 0.3 | 0.58 |
| Hex | A9 | 73 | B3 | 6 | 24 | 0 | 1E | 123 | 1E | 3A |
| Octal | 251 | 163 | 263 | 6 | 44 | 0 | 36 | 443 | 36 | 72 |
| Binary | 10101001 | 1110011 | 10110011 | 110 | 100100 | 0 | 11110 | 100100011 | 11110 | 111010 |
Color Harmonies of #A973B3
Complementary color
Monochromatic Colors of #A973B3
Black with #A973B3
Text Example
Text Example
White with #A973B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A973B3; }
p { color: rgb(169,115,179); }
H1.HeaderClassName
{
color: #A973B3;
}
.AnyTagClassName
{
color: #A973B3;
}
</style>
background-color css
<style>
a { background-color: #A973B3; }
a { background-color: rgb(169,115,179); }
div.DivClassName
{
background-color: #A973B3;
}
.BgClassName
{
background-color: #A973B3;
}
</style>
border-color css
<style>
span { border-color: #A973B3; }
span { border-color: rgb(169,115,179); }
td.TdClassName
{
border-color: #A973B3;
}
.TagClassName
{
border-color: #A973B3;
}
</style>