Shades of East Side #A978C3
Tints of East Side #A978C3
RGB
CMYK
RGB Variations
Color information
#A978C3 (or 0xA978C3) is known color: East Side. HEX triplet: A9, 78 and C3. RGB value is (169,120,195). Sum of RGB (Red+Green+Blue) = 169+120+195=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 195 (76.56% from 255 or 40.29% from 484); Max value from RGB is 195 - color contains mainly: blue. Hex color #A978C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978C3 is #56873C. Grayscale: #8E8E8E. Windows color (decimal): -5670717 or 12810409. OLE color: 12810409.
HSL color Cylindrical-coordinate representation of color #A978C3: hue angle of 279.2º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A978C3 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 120 | 195 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.24 |
| HSL | 279.2º | 0.38% | 0.62% | - |
| HSV(B) | 279.2º | 0.38% | 0.76% | - |
| XYZ | 32.93 | 25.81 | 54.88 | - |
| YUV | 143.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 195 | 0.13 | 0.38 | 0 | 0.24 | 279.2 | 0.38 | 0.62 |
| Hex | A9 | 78 | C3 | D | 26 | 0 | 18 | 117 | 26 | 3E |
| Octal | 251 | 170 | 303 | 15 | 46 | 0 | 30 | 427 | 46 | 76 |
| Binary | 10101001 | 1111000 | 11000011 | 1101 | 100110 | 0 | 11000 | 100010111 | 100110 | 111110 |
Color Harmonies of #A978C3
Complementary color
Monochromatic Colors of #A978C3
Black with #A978C3
Text Example
Text Example
White with #A978C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978C3; }
p { color: rgb(169,120,195); }
H1.HeaderClassName
{
color: #A978C3;
}
.AnyTagClassName
{
color: #A978C3;
}
</style>
background-color css
<style>
a { background-color: #A978C3; }
a { background-color: rgb(169,120,195); }
div.DivClassName
{
background-color: #A978C3;
}
.BgClassName
{
background-color: #A978C3;
}
</style>
border-color css
<style>
span { border-color: #A978C3; }
span { border-color: rgb(169,120,195); }
td.TdClassName
{
border-color: #A978C3;
}
.TagClassName
{
border-color: #A978C3;
}
</style>