Shades of East Side #A482BB
Tints of East Side #A482BB
RGB
CMYK
RGB Variations
Color information
#A482BB (or 0xA482BB) is known color: East Side. HEX triplet: A4, 82 and BB. RGB value is (164,130,187). Sum of RGB (Red+Green+Blue) = 164+130+187=481 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.10% from 481); Green value is 130 (51.17% from 255 or 27.03% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 187 - color contains mainly: blue. Hex color #A482BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A482BB is #5B7D44. Grayscale: #929292. Windows color (decimal): -5995845 or 12288676. OLE color: 12288676.
HSL color Cylindrical-coordinate representation of color #A482BB: hue angle of 275.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A482BB is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 130 | 187 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.27 |
| HSL | 275.79º | 0.3% | 0.62% | - |
| HSV(B) | 275.79º | 0.3% | 0.73% | - |
| XYZ | 32.26 | 27.45 | 50.61 | - |
| YUV | 146.66 | 150.76 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 187 | 0.12 | 0.30 | 0 | 0.27 | 275.79 | 0.3 | 0.62 |
| Hex | A4 | 82 | BB | C | 1E | 0 | 1B | 114 | 1E | 3E |
| Octal | 244 | 202 | 273 | 14 | 36 | 0 | 33 | 424 | 36 | 76 |
| Binary | 10100100 | 10000010 | 10111011 | 1100 | 11110 | 0 | 11011 | 100010100 | 11110 | 111110 |
Color Harmonies of #A482BB
Complementary color
Monochromatic Colors of #A482BB
Black with #A482BB
Text Example
Text Example
White with #A482BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482BB; }
p { color: rgb(164,130,187); }
H1.HeaderClassName
{
color: #A482BB;
}
.AnyTagClassName
{
color: #A482BB;
}
</style>
background-color css
<style>
a { background-color: #A482BB; }
a { background-color: rgb(164,130,187); }
div.DivClassName
{
background-color: #A482BB;
}
.BgClassName
{
background-color: #A482BB;
}
</style>
border-color css
<style>
span { border-color: #A482BB; }
span { border-color: rgb(164,130,187); }
td.TdClassName
{
border-color: #A482BB;
}
.TagClassName
{
border-color: #A482BB;
}
</style>