Shades of East Side #A978CB
Tints of East Side #A978CB
RGB
CMYK
RGB Variations
Color information
#A978CB (or 0xA978CB) is known color: East Side. HEX triplet: A9, 78 and CB. RGB value is (169,120,203). Sum of RGB (Red+Green+Blue) = 169+120+203=492 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.35% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #A978CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978CB is #568734. Grayscale: #8F8F8F. Windows color (decimal): -5670709 or 13334697. OLE color: 13334697.
HSL color Cylindrical-coordinate representation of color #A978CB: hue angle of 275.42º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A978CB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 120 | 203 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.20 |
| HSL | 275.42º | 0.44% | 0.63% | - |
| HSV(B) | 275.42º | 0.41% | 0.8% | - |
| XYZ | 33.86 | 26.18 | 59.77 | - |
| YUV | 144.11 | 161.23 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 203 | 0.17 | 0.41 | 0 | 0.20 | 275.42 | 0.44 | 0.63 |
| Hex | A9 | 78 | CB | 11 | 29 | 0 | 14 | 113 | 2C | 3F |
| Octal | 251 | 170 | 313 | 21 | 51 | 0 | 24 | 423 | 54 | 77 |
| Binary | 10101001 | 1111000 | 11001011 | 10001 | 101001 | 0 | 10100 | 100010011 | 101100 | 111111 |
Color Harmonies of #A978CB
Complementary color
Monochromatic Colors of #A978CB
Black with #A978CB
Text Example
Text Example
White with #A978CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978CB; }
p { color: rgb(169,120,203); }
H1.HeaderClassName
{
color: #A978CB;
}
.AnyTagClassName
{
color: #A978CB;
}
</style>
background-color css
<style>
a { background-color: #A978CB; }
a { background-color: rgb(169,120,203); }
div.DivClassName
{
background-color: #A978CB;
}
.BgClassName
{
background-color: #A978CB;
}
</style>
border-color css
<style>
span { border-color: #A978CB; }
span { border-color: rgb(169,120,203); }
td.TdClassName
{
border-color: #A978CB;
}
.TagClassName
{
border-color: #A978CB;
}
</style>