Shades of East Side #A282B6
Tints of East Side #A282B6
RGB
CMYK
RGB Variations
Color information
#A282B6 (or 0xA282B6) is known color: East Side. HEX triplet: A2, 82 and B6. RGB value is (162,130,182). Sum of RGB (Red+Green+Blue) = 162+130+182=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 182 (71.48% from 255 or 38.40% from 474); Max value from RGB is 182 - color contains mainly: blue. Hex color #A282B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282B6 is #5D7D49. Grayscale: #919191. Windows color (decimal): -6126922 or 11960994. OLE color: 11960994.
HSL color Cylindrical-coordinate representation of color #A282B6: hue angle of 276.92º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A282B6 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 130 | 182 | - |
| CMYK | 0.11 | 0.29 | 0 | 0.29 |
| HSL | 276.92º | 0.26% | 0.61% | - |
| HSV(B) | 276.92º | 0.29% | 0.71% | - |
| XYZ | 31.33 | 27.02 | 47.82 | - |
| YUV | 145.5 | 148.6 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 182 | 0.11 | 0.29 | 0 | 0.29 | 276.92 | 0.26 | 0.61 |
| Hex | A2 | 82 | B6 | B | 1D | 0 | 1D | 115 | 1A | 3D |
| Octal | 242 | 202 | 266 | 13 | 35 | 0 | 35 | 425 | 32 | 75 |
| Binary | 10100010 | 10000010 | 10110110 | 1011 | 11101 | 0 | 11101 | 100010101 | 11010 | 111101 |
Color Harmonies of #A282B6
Complementary color
Monochromatic Colors of #A282B6
Black with #A282B6
Text Example
Text Example
White with #A282B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282B6; }
p { color: rgb(162,130,182); }
H1.HeaderClassName
{
color: #A282B6;
}
.AnyTagClassName
{
color: #A282B6;
}
</style>
background-color css
<style>
a { background-color: #A282B6; }
a { background-color: rgb(162,130,182); }
div.DivClassName
{
background-color: #A282B6;
}
.BgClassName
{
background-color: #A282B6;
}
</style>
border-color css
<style>
span { border-color: #A282B6; }
span { border-color: rgb(162,130,182); }
td.TdClassName
{
border-color: #A282B6;
}
.TagClassName
{
border-color: #A282B6;
}
</style>