Shades of East Side #A975C5
Tints of East Side #A975C5
RGB
CMYK
RGB Variations
Color information
#A975C5 (or 0xA975C5) is known color: East Side. HEX triplet: A9, 75 and C5. RGB value is (169,117,197). Sum of RGB (Red+Green+Blue) = 169+117+197=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 197 (77.34% from 255 or 40.79% from 483); Max value from RGB is 197 - color contains mainly: blue. Hex color #A975C5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975C5 is #568A3A. Grayscale: #8D8D8D. Windows color (decimal): -5671483 or 12940713. OLE color: 12940713.
HSL color Cylindrical-coordinate representation of color #A975C5: hue angle of 279º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A975C5 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 117 | 197 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.23 |
| HSL | 279º | 0.41% | 0.62% | - |
| HSV(B) | 279º | 0.41% | 0.77% | - |
| XYZ | 32.8 | 25.19 | 55.96 | - |
| YUV | 141.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 197 | 0.14 | 0.41 | 0 | 0.23 | 279 | 0.41 | 0.62 |
| Hex | A9 | 75 | C5 | E | 29 | 0 | 17 | 117 | 29 | 3E |
| Octal | 251 | 165 | 305 | 16 | 51 | 0 | 27 | 427 | 51 | 76 |
| Binary | 10101001 | 1110101 | 11000101 | 1110 | 101001 | 0 | 10111 | 100010111 | 101001 | 111110 |
Color Harmonies of #A975C5
Complementary color
Monochromatic Colors of #A975C5
Black with #A975C5
Text Example
Text Example
White with #A975C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A975C5; }
p { color: rgb(169,117,197); }
H1.HeaderClassName
{
color: #A975C5;
}
.AnyTagClassName
{
color: #A975C5;
}
</style>
background-color css
<style>
a { background-color: #A975C5; }
a { background-color: rgb(169,117,197); }
div.DivClassName
{
background-color: #A975C5;
}
.BgClassName
{
background-color: #A975C5;
}
</style>
border-color css
<style>
span { border-color: #A975C5; }
span { border-color: rgb(169,117,197); }
td.TdClassName
{
border-color: #A975C5;
}
.TagClassName
{
border-color: #A975C5;
}
</style>