Shades of East Side #A27FB7
Tints of East Side #A27FB7
RGB
CMYK
RGB Variations
Color information
#A27FB7 (or 0xA27FB7) is known color: East Side. HEX triplet: A2, 7F and B7. RGB value is (162,127,183). Sum of RGB (Red+Green+Blue) = 162+127+183=472 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.32% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #A27FB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FB7 is #5D8048. Grayscale: #8F8F8F. Windows color (decimal): -6127689 or 12025762. OLE color: 12025762.
HSL color Cylindrical-coordinate representation of color #A27FB7: hue angle of 277.5º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27FB7 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 127 | 183 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.28 |
| HSL | 277.5º | 0.28% | 0.61% | - |
| HSV(B) | 277.5º | 0.31% | 0.72% | - |
| XYZ | 31.04 | 26.28 | 48.24 | - |
| YUV | 143.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 183 | 0.11 | 0.31 | 0 | 0.28 | 277.5 | 0.28 | 0.61 |
| Hex | A2 | 7F | B7 | B | 1F | 0 | 1C | 116 | 1C | 3D |
| Octal | 242 | 177 | 267 | 13 | 37 | 0 | 34 | 426 | 34 | 75 |
| Binary | 10100010 | 1111111 | 10110111 | 1011 | 11111 | 0 | 11100 | 100010110 | 11100 | 111101 |
Color Harmonies of #A27FB7
Complementary color
Monochromatic Colors of #A27FB7
Black with #A27FB7
Text Example
Text Example
White with #A27FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FB7; }
p { color: rgb(162,127,183); }
H1.HeaderClassName
{
color: #A27FB7;
}
.AnyTagClassName
{
color: #A27FB7;
}
</style>
background-color css
<style>
a { background-color: #A27FB7; }
a { background-color: rgb(162,127,183); }
div.DivClassName
{
background-color: #A27FB7;
}
.BgClassName
{
background-color: #A27FB7;
}
</style>
border-color css
<style>
span { border-color: #A27FB7; }
span { border-color: rgb(162,127,183); }
td.TdClassName
{
border-color: #A27FB7;
}
.TagClassName
{
border-color: #A27FB7;
}
</style>