Shades of East Side #A27FB9
Tints of East Side #A27FB9
RGB
CMYK
RGB Variations
Color information
#A27FB9 (or 0xA27FB9) is known color: East Side. HEX triplet: A2, 7F and B9. RGB value is (162,127,185). Sum of RGB (Red+Green+Blue) = 162+127+185=474 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.18% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 185 - color contains mainly: blue. Hex color #A27FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27FB9 is #5D8046. Grayscale: #8F8F8F. Windows color (decimal): -6127687 or 12156834. OLE color: 12156834.
HSL color Cylindrical-coordinate representation of color #A27FB9: hue angle of 276.21º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A27FB9 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 127 | 185 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.27 |
| HSL | 276.21º | 0.29% | 0.61% | - |
| HSV(B) | 276.21º | 0.31% | 0.73% | - |
| XYZ | 31.25 | 26.36 | 49.34 | - |
| YUV | 144.08 | 151.1 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 127 | 185 | 0.12 | 0.31 | 0 | 0.27 | 276.21 | 0.29 | 0.61 |
| Hex | A2 | 7F | B9 | C | 1F | 0 | 1B | 114 | 1D | 3D |
| Octal | 242 | 177 | 271 | 14 | 37 | 0 | 33 | 424 | 35 | 75 |
| Binary | 10100010 | 1111111 | 10111001 | 1100 | 11111 | 0 | 11011 | 100010100 | 11101 | 111101 |
Color Harmonies of #A27FB9
Complementary color
Monochromatic Colors of #A27FB9
Black with #A27FB9
Text Example
Text Example
White with #A27FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27FB9; }
p { color: rgb(162,127,185); }
H1.HeaderClassName
{
color: #A27FB9;
}
.AnyTagClassName
{
color: #A27FB9;
}
</style>
background-color css
<style>
a { background-color: #A27FB9; }
a { background-color: rgb(162,127,185); }
div.DivClassName
{
background-color: #A27FB9;
}
.BgClassName
{
background-color: #A27FB9;
}
</style>
border-color css
<style>
span { border-color: #A27FB9; }
span { border-color: rgb(162,127,185); }
td.TdClassName
{
border-color: #A27FB9;
}
.TagClassName
{
border-color: #A27FB9;
}
</style>