Shades of East Side #A978BB
Tints of East Side #A978BB
RGB
CMYK
RGB Variations
Color information
#A978BB (or 0xA978BB) is known color: East Side. HEX triplet: A9, 78 and BB. RGB value is (169,120,187). Sum of RGB (Red+Green+Blue) = 169+120+187=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 120 (47.27% from 255 or 25.21% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 187 - color contains mainly: blue. Hex color #A978BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978BB is #568744. Grayscale: #8E8E8E. Windows color (decimal): -5670725 or 12286121. OLE color: 12286121.
HSL color Cylindrical-coordinate representation of color #A978BB: hue angle of 283.88º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A978BB is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 120 | 187 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.27 |
| HSL | 283.88º | 0.33% | 0.6% | - |
| HSV(B) | 283.88º | 0.36% | 0.73% | - |
| XYZ | 32.05 | 25.46 | 50.24 | - |
| YUV | 142.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 187 | 0.10 | 0.36 | 0 | 0.27 | 283.88 | 0.33 | 0.6 |
| Hex | A9 | 78 | BB | A | 24 | 0 | 1B | 11C | 21 | 3C |
| Octal | 251 | 170 | 273 | 12 | 44 | 0 | 33 | 434 | 41 | 74 |
| Binary | 10101001 | 1111000 | 10111011 | 1010 | 100100 | 0 | 11011 | 100011100 | 100001 | 111100 |
Color Harmonies of #A978BB
Complementary color
Monochromatic Colors of #A978BB
Black with #A978BB
Text Example
Text Example
White with #A978BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978BB; }
p { color: rgb(169,120,187); }
H1.HeaderClassName
{
color: #A978BB;
}
.AnyTagClassName
{
color: #A978BB;
}
</style>
background-color css
<style>
a { background-color: #A978BB; }
a { background-color: rgb(169,120,187); }
div.DivClassName
{
background-color: #A978BB;
}
.BgClassName
{
background-color: #A978BB;
}
</style>
border-color css
<style>
span { border-color: #A978BB; }
span { border-color: rgb(169,120,187); }
td.TdClassName
{
border-color: #A978BB;
}
.TagClassName
{
border-color: #A978BB;
}
</style>