Shades of East Side #A582B1
Tints of East Side #A582B1
RGB
CMYK
RGB Variations
Color information
#A582B1 (or 0xA582B1) is known color: East Side. HEX triplet: A5, 82 and B1. RGB value is (165,130,177). Sum of RGB (Red+Green+Blue) = 165+130+177=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 130 (51.17% from 255 or 27.54% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #A582B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A582B1 is #5A7D4E. Grayscale: #919191. Windows color (decimal): -5930319 or 11633317. OLE color: 11633317.
HSL color Cylindrical-coordinate representation of color #A582B1: hue angle of 284.68º 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 #A582B1 is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 165 | 130 | 177 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.31 |
| HSL | 284.68º | 0.23% | 0.6% | - |
| HSV(B) | 284.68º | 0.27% | 0.69% | - |
| XYZ | 31.44 | 27.14 | 45.18 | - |
| YUV | 145.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 130 | 177 | 0.07 | 0.27 | 0 | 0.31 | 284.68 | 0.23 | 0.6 |
| Hex | A5 | 82 | B1 | 7 | 1B | 0 | 1F | 11D | 17 | 3C |
| Octal | 245 | 202 | 261 | 7 | 33 | 0 | 37 | 435 | 27 | 74 |
| Binary | 10100101 | 10000010 | 10110001 | 111 | 11011 | 0 | 11111 | 100011101 | 10111 | 111100 |
Color Harmonies of #A582B1
Complementary color
Monochromatic Colors of #A582B1
Black with #A582B1
Text Example
Text Example
White with #A582B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A582B1; }
p { color: rgb(165,130,177); }
H1.HeaderClassName
{
color: #A582B1;
}
.AnyTagClassName
{
color: #A582B1;
}
</style>
background-color css
<style>
a { background-color: #A582B1; }
a { background-color: rgb(165,130,177); }
div.DivClassName
{
background-color: #A582B1;
}
.BgClassName
{
background-color: #A582B1;
}
</style>
border-color css
<style>
span { border-color: #A582B1; }
span { border-color: rgb(165,130,177); }
td.TdClassName
{
border-color: #A582B1;
}
.TagClassName
{
border-color: #A582B1;
}
</style>