Shades of East Side #A984BE
Tints of East Side #A984BE
RGB
CMYK
RGB Variations
Color information
#A984BE (or 0xA984BE) is known color: East Side. HEX triplet: A9, 84 and BE. RGB value is (169,132,190). Sum of RGB (Red+Green+Blue) = 169+132+190=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 132 (51.95% from 255 or 26.88% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #A984BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A984BE is #567B41. Grayscale: #959595. Windows color (decimal): -5667650 or 12485801. OLE color: 12485801.
HSL color Cylindrical-coordinate representation of color #A984BE: hue angle of 278.28º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A984BE is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 132 | 190 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.25 |
| HSL | 278.28º | 0.31% | 0.63% | - |
| HSV(B) | 278.28º | 0.31% | 0.75% | - |
| XYZ | 33.91 | 28.66 | 52.46 | - |
| YUV | 149.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 190 | 0.11 | 0.31 | 0 | 0.25 | 278.28 | 0.31 | 0.63 |
| Hex | A9 | 84 | BE | B | 1F | 0 | 19 | 116 | 1F | 3F |
| Octal | 251 | 204 | 276 | 13 | 37 | 0 | 31 | 426 | 37 | 77 |
| Binary | 10101001 | 10000100 | 10111110 | 1011 | 11111 | 0 | 11001 | 100010110 | 11111 | 111111 |
Color Harmonies of #A984BE
Complementary color
Monochromatic Colors of #A984BE
Black with #A984BE
Text Example
Text Example
White with #A984BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A984BE; }
p { color: rgb(169,132,190); }
H1.HeaderClassName
{
color: #A984BE;
}
.AnyTagClassName
{
color: #A984BE;
}
</style>
background-color css
<style>
a { background-color: #A984BE; }
a { background-color: rgb(169,132,190); }
div.DivClassName
{
background-color: #A984BE;
}
.BgClassName
{
background-color: #A984BE;
}
</style>
border-color css
<style>
span { border-color: #A984BE; }
span { border-color: rgb(169,132,190); }
td.TdClassName
{
border-color: #A984BE;
}
.TagClassName
{
border-color: #A984BE;
}
</style>