Shades of East Side #A982B1
Tints of East Side #A982B1
RGB
CMYK
RGB Variations
Color information
#A982B1 (or 0xA982B1) is known color: East Side. HEX triplet: A9, 82 and B1. RGB value is (169,130,177). Sum of RGB (Red+Green+Blue) = 169+130+177=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 177 - color contains mainly: blue. Hex color #A982B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A982B1 is #567D4E. Grayscale: #929292. Windows color (decimal): -5668175 or 11633321. OLE color: 11633321.
HSL color Cylindrical-coordinate representation of color #A982B1: hue angle of 289.79º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A982B1 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 130 | 177 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.31 |
| HSL | 289.79º | 0.23% | 0.6% | - |
| HSV(B) | 289.79º | 0.27% | 0.69% | - |
| XYZ | 32.28 | 27.57 | 45.22 | - |
| YUV | 147.02 | 144.92 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 177 | 0.05 | 0.27 | 0 | 0.31 | 289.79 | 0.23 | 0.6 |
| Hex | A9 | 82 | B1 | 5 | 1B | 0 | 1F | 122 | 17 | 3C |
| Octal | 251 | 202 | 261 | 5 | 33 | 0 | 37 | 442 | 27 | 74 |
| Binary | 10101001 | 10000010 | 10110001 | 101 | 11011 | 0 | 11111 | 100100010 | 10111 | 111100 |
Color Harmonies of #A982B1
Complementary color
Monochromatic Colors of #A982B1
Black with #A982B1
Text Example
Text Example
White with #A982B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982B1; }
p { color: rgb(169,130,177); }
H1.HeaderClassName
{
color: #A982B1;
}
.AnyTagClassName
{
color: #A982B1;
}
</style>
background-color css
<style>
a { background-color: #A982B1; }
a { background-color: rgb(169,130,177); }
div.DivClassName
{
background-color: #A982B1;
}
.BgClassName
{
background-color: #A982B1;
}
</style>
border-color css
<style>
span { border-color: #A982B1; }
span { border-color: rgb(169,130,177); }
td.TdClassName
{
border-color: #A982B1;
}
.TagClassName
{
border-color: #A982B1;
}
</style>