Shades of East Side #A480B2
Tints of East Side #A480B2
RGB
CMYK
RGB Variations
Color information
#A480B2 (or 0xA480B2) is known color: East Side. HEX triplet: A4, 80 and B2. RGB value is (164,128,178). Sum of RGB (Red+Green+Blue) = 164+128+178=470 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.89% from 470); Green value is 128 (50.39% from 255 or 27.23% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 178 - color contains mainly: blue. Hex color #A480B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A480B2 is #5B7F4D. Grayscale: #909090. Windows color (decimal): -5996366 or 11698340. OLE color: 11698340.
HSL color Cylindrical-coordinate representation of color #A480B2: hue angle of 283.2º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A480B2 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 164 | 128 | 178 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.30 |
| HSL | 283.2º | 0.25% | 0.6% | - |
| HSV(B) | 283.2º | 0.28% | 0.7% | - |
| XYZ | 31.06 | 26.55 | 45.61 | - |
| YUV | 144.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 128 | 178 | 0.08 | 0.28 | 0 | 0.30 | 283.2 | 0.25 | 0.6 |
| Hex | A4 | 80 | B2 | 8 | 1C | 0 | 1E | 11B | 19 | 3C |
| Octal | 244 | 200 | 262 | 10 | 34 | 0 | 36 | 433 | 31 | 74 |
| Binary | 10100100 | 10000000 | 10110010 | 1000 | 11100 | 0 | 11110 | 100011011 | 11001 | 111100 |
Color Harmonies of #A480B2
Complementary color
Monochromatic Colors of #A480B2
Black with #A480B2
Text Example
Text Example
White with #A480B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A480B2; }
p { color: rgb(164,128,178); }
H1.HeaderClassName
{
color: #A480B2;
}
.AnyTagClassName
{
color: #A480B2;
}
</style>
background-color css
<style>
a { background-color: #A480B2; }
a { background-color: rgb(164,128,178); }
div.DivClassName
{
background-color: #A480B2;
}
.BgClassName
{
background-color: #A480B2;
}
</style>
border-color css
<style>
span { border-color: #A480B2; }
span { border-color: rgb(164,128,178); }
td.TdClassName
{
border-color: #A480B2;
}
.TagClassName
{
border-color: #A480B2;
}
</style>