Shades of East Side #A182B1
Tints of East Side #A182B1
RGB
CMYK
RGB Variations
Color information
#A182B1 (or 0xA182B1) is known color: East Side. HEX triplet: A1, 82 and B1. RGB value is (161,130,177). Sum of RGB (Red+Green+Blue) = 161+130+177=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 177 - color contains mainly: blue. Hex color #A182B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A182B1 is #5E7D4E. Grayscale: #909090. Windows color (decimal): -6192463 or 11633313. OLE color: 11633313.
HSL color Cylindrical-coordinate representation of color #A182B1: hue angle of 279.57º 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 #A182B1 is Cyan = 0.09, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 130 | 177 | - |
| CMYK | 0.09 | 0.27 | 0 | 0.31 |
| HSL | 279.57º | 0.23% | 0.6% | - |
| HSV(B) | 279.57º | 0.27% | 0.69% | - |
| XYZ | 30.62 | 26.72 | 45.14 | - |
| YUV | 144.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 177 | 0.09 | 0.27 | 0 | 0.31 | 279.57 | 0.23 | 0.6 |
| Hex | A1 | 82 | B1 | 9 | 1B | 0 | 1F | 118 | 17 | 3C |
| Octal | 241 | 202 | 261 | 11 | 33 | 0 | 37 | 430 | 27 | 74 |
| Binary | 10100001 | 10000010 | 10110001 | 1001 | 11011 | 0 | 11111 | 100011000 | 10111 | 111100 |
Color Harmonies of #A182B1
Complementary color
Monochromatic Colors of #A182B1
Black with #A182B1
Text Example
Text Example
White with #A182B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182B1; }
p { color: rgb(161,130,177); }
H1.HeaderClassName
{
color: #A182B1;
}
.AnyTagClassName
{
color: #A182B1;
}
</style>
background-color css
<style>
a { background-color: #A182B1; }
a { background-color: rgb(161,130,177); }
div.DivClassName
{
background-color: #A182B1;
}
.BgClassName
{
background-color: #A182B1;
}
</style>
border-color css
<style>
span { border-color: #A182B1; }
span { border-color: rgb(161,130,177); }
td.TdClassName
{
border-color: #A182B1;
}
.TagClassName
{
border-color: #A182B1;
}
</style>