Shades of East Side #A978B3
Tints of East Side #A978B3
RGB
CMYK
RGB Variations
Color information
#A978B3 (or 0xA978B3) is known color: East Side. HEX triplet: A9, 78 and B3. RGB value is (169,120,179). Sum of RGB (Red+Green+Blue) = 169+120+179=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 120 (47.27% from 255 or 25.64% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 179 - color contains mainly: blue. Hex color #A978B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A978B3 is #56874C. Grayscale: #8D8D8D. Windows color (decimal): -5670733 or 11761833. OLE color: 11761833.
HSL color Cylindrical-coordinate representation of color #A978B3: hue angle of 289.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A978B3 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 169 | 120 | 179 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.30 |
| HSL | 289.83º | 0.28% | 0.59% | - |
| HSV(B) | 289.83º | 0.33% | 0.7% | - |
| XYZ | 31.22 | 25.12 | 45.85 | - |
| YUV | 141.38 | 149.23 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 120 | 179 | 0.06 | 0.33 | 0 | 0.30 | 289.83 | 0.28 | 0.59 |
| Hex | A9 | 78 | B3 | 6 | 21 | 0 | 1E | 122 | 1C | 3B |
| Octal | 251 | 170 | 263 | 6 | 41 | 0 | 36 | 442 | 34 | 73 |
| Binary | 10101001 | 1111000 | 10110011 | 110 | 100001 | 0 | 11110 | 100100010 | 11100 | 111011 |
Color Harmonies of #A978B3
Complementary color
Monochromatic Colors of #A978B3
Black with #A978B3
Text Example
Text Example
White with #A978B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A978B3; }
p { color: rgb(169,120,179); }
H1.HeaderClassName
{
color: #A978B3;
}
.AnyTagClassName
{
color: #A978B3;
}
</style>
background-color css
<style>
a { background-color: #A978B3; }
a { background-color: rgb(169,120,179); }
div.DivClassName
{
background-color: #A978B3;
}
.BgClassName
{
background-color: #A978B3;
}
</style>
border-color css
<style>
span { border-color: #A978B3; }
span { border-color: rgb(169,120,179); }
td.TdClassName
{
border-color: #A978B3;
}
.TagClassName
{
border-color: #A978B3;
}
</style>