Shades of East Side #A978BF
Tints of East Side #A978BF
RGB
CMYK
RGB Variations
Color information
#A978BF (or 0xA978BF) is known color: East Side. HEX triplet: A9, 78 and BF. RGB value is (169,120,191). Sum of RGB (Red+Green+Blue) = 169+120+191=480 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.21% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #A978BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BF is #568740. Grayscale: #8E8E8E. Windows color (decimal): -5670721 or 12548265. OLE color: 12548265.
HSL color Cylindrical-coordinate representation of color #A978BF: hue angle of 281.41º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A978BF is Cyan = 0.12, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 120 | 191 | - |
| CMYK | 0.12 | 0.37 | 0 | 0.25 |
| HSL | 281.41º | 0.36% | 0.61% | - |
| HSV(B) | 281.41º | 0.37% | 0.75% | - |
| XYZ | 32.48 | 25.63 | 52.53 | - |
| YUV | 142.75 | 155.23 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 191 | 0.12 | 0.37 | 0 | 0.25 | 281.41 | 0.36 | 0.61 |
| Hex | A9 | 78 | BF | C | 25 | 0 | 19 | 119 | 24 | 3D |
| Octal | 251 | 170 | 277 | 14 | 45 | 0 | 31 | 431 | 44 | 75 |
| Binary | 10101001 | 1111000 | 10111111 | 1100 | 100101 | 0 | 11001 | 100011001 | 100100 | 111101 |
Color Harmonies of #A978BF
Complementary color
Monochromatic Colors of #A978BF
Black with #A978BF
Text Example
Text Example
White with #A978BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978BF; }
p { color: rgb(169,120,191); }
H1.HeaderClassName
{
color: #A978BF;
}
.AnyTagClassName
{
color: #A978BF;
}
</style>
background-color css
<style>
a { background-color: #A978BF; }
a { background-color: rgb(169,120,191); }
div.DivClassName
{
background-color: #A978BF;
}
.BgClassName
{
background-color: #A978BF;
}
</style>
border-color css
<style>
span { border-color: #A978BF; }
span { border-color: rgb(169,120,191); }
td.TdClassName
{
border-color: #A978BF;
}
.TagClassName
{
border-color: #A978BF;
}
</style>