Shades of East Side #A082B4
Tints of East Side #A082B4
RGB
CMYK
RGB Variations
Color information
#A082B4 (or 0xA082B4) is known color: East Side. HEX triplet: A0, 82 and B4. RGB value is (160,130,180). Sum of RGB (Red+Green+Blue) = 160+130+180=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #A082B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082B4 is #5F7D4B. Grayscale: #909090. Windows color (decimal): -6257996 or 11829920. OLE color: 11829920.
HSL color Cylindrical-coordinate representation of color #A082B4: hue angle of 276º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A082B4 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 130 | 180 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.29 |
| HSL | 276º | 0.25% | 0.61% | - |
| HSV(B) | 276º | 0.28% | 0.71% | - |
| XYZ | 30.72 | 26.73 | 46.72 | - |
| YUV | 144.67 | 147.94 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 180 | 0.11 | 0.28 | 0 | 0.29 | 276 | 0.25 | 0.61 |
| Hex | A0 | 82 | B4 | B | 1C | 0 | 1D | 114 | 19 | 3D |
| Octal | 240 | 202 | 264 | 13 | 34 | 0 | 35 | 424 | 31 | 75 |
| Binary | 10100000 | 10000010 | 10110100 | 1011 | 11100 | 0 | 11101 | 100010100 | 11001 | 111101 |
Color Harmonies of #A082B4
Complementary color
Monochromatic Colors of #A082B4
Black with #A082B4
Text Example
Text Example
White with #A082B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082B4; }
p { color: rgb(160,130,180); }
H1.HeaderClassName
{
color: #A082B4;
}
.AnyTagClassName
{
color: #A082B4;
}
</style>
background-color css
<style>
a { background-color: #A082B4; }
a { background-color: rgb(160,130,180); }
div.DivClassName
{
background-color: #A082B4;
}
.BgClassName
{
background-color: #A082B4;
}
</style>
border-color css
<style>
span { border-color: #A082B4; }
span { border-color: rgb(160,130,180); }
td.TdClassName
{
border-color: #A082B4;
}
.TagClassName
{
border-color: #A082B4;
}
</style>