Shades of East Side #A084B4
Tints of East Side #A084B4
RGB
CMYK
RGB Variations
Color information
#A084B4 (or 0xA084B4) is known color: East Side. HEX triplet: A0, 84 and B4. RGB value is (160,132,180). Sum of RGB (Red+Green+Blue) = 160+132+180=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 132 (51.95% from 255 or 27.97% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #A084B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A084B4 is #5F7B4B. Grayscale: #919191. Windows color (decimal): -6257484 or 11830432. OLE color: 11830432.
HSL color Cylindrical-coordinate representation of color #A084B4: hue angle of 275º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A084B4 is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 160 | 132 | 180 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.29 |
| HSL | 275º | 0.24% | 0.61% | - |
| HSV(B) | 275º | 0.27% | 0.71% | - |
| XYZ | 30.99 | 27.27 | 46.81 | - |
| YUV | 145.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 132 | 180 | 0.11 | 0.27 | 0 | 0.29 | 275 | 0.24 | 0.61 |
| Hex | A0 | 84 | B4 | B | 1B | 0 | 1D | 113 | 18 | 3D |
| Octal | 240 | 204 | 264 | 13 | 33 | 0 | 35 | 423 | 30 | 75 |
| Binary | 10100000 | 10000100 | 10110100 | 1011 | 11011 | 0 | 11101 | 100010011 | 11000 | 111101 |
Color Harmonies of #A084B4
Complementary color
Monochromatic Colors of #A084B4
Black with #A084B4
Text Example
Text Example
White with #A084B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A084B4; }
p { color: rgb(160,132,180); }
H1.HeaderClassName
{
color: #A084B4;
}
.AnyTagClassName
{
color: #A084B4;
}
</style>
background-color css
<style>
a { background-color: #A084B4; }
a { background-color: rgb(160,132,180); }
div.DivClassName
{
background-color: #A084B4;
}
.BgClassName
{
background-color: #A084B4;
}
</style>
border-color css
<style>
span { border-color: #A084B4; }
span { border-color: rgb(160,132,180); }
td.TdClassName
{
border-color: #A084B4;
}
.TagClassName
{
border-color: #A084B4;
}
</style>