Shades of East Side #A27FB4
Tints of East Side #A27FB4
RGB
CMYK
RGB Variations
Color information
#A27FB4 (or 0xA27FB4) is known color: East Side. HEX triplet: A2, 7F and B4. RGB value is (162,127,180). Sum of RGB (Red+Green+Blue) = 162+127+180=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 180 - color contains mainly: blue. Hex color #A27FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FB4 is #5D804B. Grayscale: #8F8F8F. Windows color (decimal): -6127692 or 11829154. OLE color: 11829154.
HSL color Cylindrical-coordinate representation of color #A27FB4: hue angle of 279.62º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A27FB4 is Cyan = 0.1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 162 | 127 | 180 | - |
| CMYK | 0.1 | 0.29 | 0 | 0.29 |
| HSL | 279.62º | 0.26% | 0.6% | - |
| HSV(B) | 279.62º | 0.29% | 0.71% | - |
| XYZ | 30.73 | 26.16 | 46.61 | - |
| YUV | 143.51 | 148.6 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 180 | 0.1 | 0.29 | 0 | 0.29 | 279.62 | 0.26 | 0.6 |
| Hex | A2 | 7F | B4 | A | 1D | 0 | 1D | 118 | 1A | 3C |
| Octal | 242 | 177 | 264 | 12 | 35 | 0 | 35 | 430 | 32 | 74 |
| Binary | 10100010 | 1111111 | 10110100 | 1010 | 11101 | 0 | 11101 | 100011000 | 11010 | 111100 |
Color Harmonies of #A27FB4
Complementary color
Monochromatic Colors of #A27FB4
Black with #A27FB4
Text Example
Text Example
White with #A27FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FB4; }
p { color: rgb(162,127,180); }
H1.HeaderClassName
{
color: #A27FB4;
}
.AnyTagClassName
{
color: #A27FB4;
}
</style>
background-color css
<style>
a { background-color: #A27FB4; }
a { background-color: rgb(162,127,180); }
div.DivClassName
{
background-color: #A27FB4;
}
.BgClassName
{
background-color: #A27FB4;
}
</style>
border-color css
<style>
span { border-color: #A27FB4; }
span { border-color: rgb(162,127,180); }
td.TdClassName
{
border-color: #A27FB4;
}
.TagClassName
{
border-color: #A27FB4;
}
</style>