Shades of East Side #A280BD
Tints of East Side #A280BD
RGB
CMYK
RGB Variations
Color information
#A280BD (or 0xA280BD) is known color: East Side. HEX triplet: A2, 80 and BD. RGB value is (162,128,189). Sum of RGB (Red+Green+Blue) = 162+128+189=479 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.82% from 479); Green value is 128 (50.39% from 255 or 26.72% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #A280BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A280BD is #5D7F42. Grayscale: #909090. Windows color (decimal): -6127427 or 12419234. OLE color: 12419234.
HSL color Cylindrical-coordinate representation of color #A280BD: hue angle of 273.44º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A280BD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 128 | 189 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.26 |
| HSL | 273.44º | 0.32% | 0.62% | - |
| HSV(B) | 273.44º | 0.32% | 0.74% | - |
| XYZ | 31.8 | 26.79 | 51.64 | - |
| YUV | 145.12 | 152.76 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 189 | 0.14 | 0.32 | 0 | 0.26 | 273.44 | 0.32 | 0.62 |
| Hex | A2 | 80 | BD | E | 20 | 0 | 1A | 111 | 20 | 3E |
| Octal | 242 | 200 | 275 | 16 | 40 | 0 | 32 | 421 | 40 | 76 |
| Binary | 10100010 | 10000000 | 10111101 | 1110 | 100000 | 0 | 11010 | 100010001 | 100000 | 111110 |
Color Harmonies of #A280BD
Complementary color
Monochromatic Colors of #A280BD
Black with #A280BD
Text Example
Text Example
White with #A280BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280BD; }
p { color: rgb(162,128,189); }
H1.HeaderClassName
{
color: #A280BD;
}
.AnyTagClassName
{
color: #A280BD;
}
</style>
background-color css
<style>
a { background-color: #A280BD; }
a { background-color: rgb(162,128,189); }
div.DivClassName
{
background-color: #A280BD;
}
.BgClassName
{
background-color: #A280BD;
}
</style>
border-color css
<style>
span { border-color: #A280BD; }
span { border-color: rgb(162,128,189); }
td.TdClassName
{
border-color: #A280BD;
}
.TagClassName
{
border-color: #A280BD;
}
</style>