Shades of East Side #A27FBD
Tints of East Side #A27FBD
RGB
CMYK
RGB Variations
Color information
#A27FBD (or 0xA27FBD) is known color: East Side. HEX triplet: A2, 7F and BD. RGB value is (162,127,189). Sum of RGB (Red+Green+Blue) = 162+127+189=478 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.89% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #A27FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FBD is #5D8042. Grayscale: #909090. Windows color (decimal): -6127683 or 12418978. OLE color: 12418978.
HSL color Cylindrical-coordinate representation of color #A27FBD: hue angle of 273.87º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A27FBD is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 162 | 127 | 189 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.26 |
| HSL | 273.87º | 0.32% | 0.62% | - |
| HSV(B) | 273.87º | 0.33% | 0.74% | - |
| XYZ | 31.67 | 26.53 | 51.6 | - |
| YUV | 144.53 | 153.1 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 189 | 0.14 | 0.33 | 0 | 0.26 | 273.87 | 0.32 | 0.62 |
| Hex | A2 | 7F | BD | E | 21 | 0 | 1A | 112 | 20 | 3E |
| Octal | 242 | 177 | 275 | 16 | 41 | 0 | 32 | 422 | 40 | 76 |
| Binary | 10100010 | 1111111 | 10111101 | 1110 | 100001 | 0 | 11010 | 100010010 | 100000 | 111110 |
Color Harmonies of #A27FBD
Complementary color
Monochromatic Colors of #A27FBD
Black with #A27FBD
Text Example
Text Example
White with #A27FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FBD; }
p { color: rgb(162,127,189); }
H1.HeaderClassName
{
color: #A27FBD;
}
.AnyTagClassName
{
color: #A27FBD;
}
</style>
background-color css
<style>
a { background-color: #A27FBD; }
a { background-color: rgb(162,127,189); }
div.DivClassName
{
background-color: #A27FBD;
}
.BgClassName
{
background-color: #A27FBD;
}
</style>
border-color css
<style>
span { border-color: #A27FBD; }
span { border-color: rgb(162,127,189); }
td.TdClassName
{
border-color: #A27FBD;
}
.TagClassName
{
border-color: #A27FBD;
}
</style>