Shades of East Side #A972B5
Tints of East Side #A972B5
RGB
CMYK
RGB Variations
Color information
#A972B5 (or 0xA972B5) is known color: East Side. HEX triplet: A9, 72 and B5. RGB value is (169,114,181). Sum of RGB (Red+Green+Blue) = 169+114+181=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 181 (71.09% from 255 or 39.01% from 464); Max value from RGB is 181 - color contains mainly: blue. Hex color #A972B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972B5 is #568D4A. Grayscale: #898989. Windows color (decimal): -5672267 or 11891369. OLE color: 11891369.
HSL color Cylindrical-coordinate representation of color #A972B5: hue angle of 289.25º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A972B5 is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 114 | 181 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.29 |
| HSL | 289.25º | 0.31% | 0.58% | - |
| HSV(B) | 289.25º | 0.37% | 0.71% | - |
| XYZ | 30.72 | 23.81 | 46.69 | - |
| YUV | 138.08 | 152.22 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 181 | 0.07 | 0.37 | 0 | 0.29 | 289.25 | 0.31 | 0.58 |
| Hex | A9 | 72 | B5 | 7 | 25 | 0 | 1D | 121 | 1F | 3A |
| Octal | 251 | 162 | 265 | 7 | 45 | 0 | 35 | 441 | 37 | 72 |
| Binary | 10101001 | 1110010 | 10110101 | 111 | 100101 | 0 | 11101 | 100100001 | 11111 | 111010 |
Color Harmonies of #A972B5
Complementary color
Monochromatic Colors of #A972B5
Black with #A972B5
Text Example
Text Example
White with #A972B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A972B5; }
p { color: rgb(169,114,181); }
H1.HeaderClassName
{
color: #A972B5;
}
.AnyTagClassName
{
color: #A972B5;
}
</style>
background-color css
<style>
a { background-color: #A972B5; }
a { background-color: rgb(169,114,181); }
div.DivClassName
{
background-color: #A972B5;
}
.BgClassName
{
background-color: #A972B5;
}
</style>
border-color css
<style>
span { border-color: #A972B5; }
span { border-color: rgb(169,114,181); }
td.TdClassName
{
border-color: #A972B5;
}
.TagClassName
{
border-color: #A972B5;
}
</style>