Shades of East Side #A27EB0
Tints of East Side #A27EB0
RGB
CMYK
RGB Variations
Color information
#A27EB0 (or 0xA27EB0) is known color: East Side. HEX triplet: A2, 7E and B0. RGB value is (162,126,176). Sum of RGB (Red+Green+Blue) = 162+126+176=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 176 - color contains mainly: blue. Hex color #A27EB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A27EB0 is #5D814F. Grayscale: #8E8E8E. Windows color (decimal): -6127952 or 11566754. OLE color: 11566754.
HSL color Cylindrical-coordinate representation of color #A27EB0: hue angle of 283.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A27EB0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 162 | 126 | 176 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.31 |
| HSL | 283.2º | 0.24% | 0.59% | - |
| HSV(B) | 283.2º | 0.28% | 0.69% | - |
| XYZ | 30.2 | 25.74 | 44.45 | - |
| YUV | 142.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 176 | 0.08 | 0.28 | 0 | 0.31 | 283.2 | 0.24 | 0.59 |
| Hex | A2 | 7E | B0 | 8 | 1C | 0 | 1F | 11B | 18 | 3B |
| Octal | 242 | 176 | 260 | 10 | 34 | 0 | 37 | 433 | 30 | 73 |
| Binary | 10100010 | 1111110 | 10110000 | 1000 | 11100 | 0 | 11111 | 100011011 | 11000 | 111011 |
Color Harmonies of #A27EB0
Complementary color
Monochromatic Colors of #A27EB0
Black with #A27EB0
Text Example
Text Example
White with #A27EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EB0; }
p { color: rgb(162,126,176); }
H1.HeaderClassName
{
color: #A27EB0;
}
.AnyTagClassName
{
color: #A27EB0;
}
</style>
background-color css
<style>
a { background-color: #A27EB0; }
a { background-color: rgb(162,126,176); }
div.DivClassName
{
background-color: #A27EB0;
}
.BgClassName
{
background-color: #A27EB0;
}
</style>
border-color css
<style>
span { border-color: #A27EB0; }
span { border-color: rgb(162,126,176); }
td.TdClassName
{
border-color: #A27EB0;
}
.TagClassName
{
border-color: #A27EB0;
}
</style>