Shades of East Side #A979C1
Tints of East Side #A979C1
RGB
CMYK
RGB Variations
Color information
#A979C1 (or 0xA979C1) is known color: East Side. HEX triplet: A9, 79 and C1. RGB value is (169,121,193). Sum of RGB (Red+Green+Blue) = 169+121+193=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A979C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A979C1 is #56863E. Grayscale: #8F8F8F. Windows color (decimal): -5670463 or 12679593. OLE color: 12679593.
HSL color Cylindrical-coordinate representation of color #A979C1: hue angle of 280º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A979C1 is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 121 | 193 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.24 |
| HSL | 280º | 0.37% | 0.62% | - |
| HSV(B) | 280º | 0.37% | 0.76% | - |
| XYZ | 32.83 | 25.96 | 53.73 | - |
| YUV | 143.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 121 | 193 | 0.12 | 0.37 | 0 | 0.24 | 280 | 0.37 | 0.62 |
| Hex | A9 | 79 | C1 | C | 25 | 0 | 18 | 118 | 25 | 3E |
| Octal | 251 | 171 | 301 | 14 | 45 | 0 | 30 | 430 | 45 | 76 |
| Binary | 10101001 | 1111001 | 11000001 | 1100 | 100101 | 0 | 11000 | 100011000 | 100101 | 111110 |
Color Harmonies of #A979C1
Complementary color
Monochromatic Colors of #A979C1
Black with #A979C1
Text Example
Text Example
White with #A979C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A979C1; }
p { color: rgb(169,121,193); }
H1.HeaderClassName
{
color: #A979C1;
}
.AnyTagClassName
{
color: #A979C1;
}
</style>
background-color css
<style>
a { background-color: #A979C1; }
a { background-color: rgb(169,121,193); }
div.DivClassName
{
background-color: #A979C1;
}
.BgClassName
{
background-color: #A979C1;
}
</style>
border-color css
<style>
span { border-color: #A979C1; }
span { border-color: rgb(169,121,193); }
td.TdClassName
{
border-color: #A979C1;
}
.TagClassName
{
border-color: #A979C1;
}
</style>