Shades of East Side #A974C3
Tints of East Side #A974C3
RGB
CMYK
RGB Variations
Color information
#A974C3 (or 0xA974C3) is known color: East Side. HEX triplet: A9, 74 and C3. RGB value is (169,116,195). Sum of RGB (Red+Green+Blue) = 169+116+195=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 195 (76.56% from 255 or 40.62% from 480); Max value from RGB is 195 - color contains mainly: blue. Hex color #A974C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A974C3 is #568B3C. Grayscale: #8C8C8C. Windows color (decimal): -5671741 or 12809385. OLE color: 12809385.
HSL color Cylindrical-coordinate representation of color #A974C3: hue angle of 280.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A974C3 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 116 | 195 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.24 |
| HSL | 280.25º | 0.4% | 0.61% | - |
| HSV(B) | 280.25º | 0.41% | 0.76% | - |
| XYZ | 32.46 | 24.87 | 54.72 | - |
| YUV | 140.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 116 | 195 | 0.13 | 0.41 | 0 | 0.24 | 280.25 | 0.4 | 0.61 |
| Hex | A9 | 74 | C3 | D | 29 | 0 | 18 | 118 | 28 | 3D |
| Octal | 251 | 164 | 303 | 15 | 51 | 0 | 30 | 430 | 50 | 75 |
| Binary | 10101001 | 1110100 | 11000011 | 1101 | 101001 | 0 | 11000 | 100011000 | 101000 | 111101 |
Color Harmonies of #A974C3
Complementary color
Monochromatic Colors of #A974C3
Black with #A974C3
Text Example
Text Example
White with #A974C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A974C3; }
p { color: rgb(169,116,195); }
H1.HeaderClassName
{
color: #A974C3;
}
.AnyTagClassName
{
color: #A974C3;
}
</style>
background-color css
<style>
a { background-color: #A974C3; }
a { background-color: rgb(169,116,195); }
div.DivClassName
{
background-color: #A974C3;
}
.BgClassName
{
background-color: #A974C3;
}
</style>
border-color css
<style>
span { border-color: #A974C3; }
span { border-color: rgb(169,116,195); }
td.TdClassName
{
border-color: #A974C3;
}
.TagClassName
{
border-color: #A974C3;
}
</style>