Shades of East Side #A27DB7
Tints of East Side #A27DB7
RGB
CMYK
RGB Variations
Color information
#A27DB7 (or 0xA27DB7) is known color: East Side. HEX triplet: A2, 7D and B7. RGB value is (162,125,183). Sum of RGB (Red+Green+Blue) = 162+125+183=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 125 (49.22% from 255 or 26.60% from 470); Blue value is 183 (71.88% from 255 or 38.94% from 470); Max value from RGB is 183 - color contains mainly: blue. Hex color #A27DB7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27DB7 is #5D8248. Grayscale: #8E8E8E. Windows color (decimal): -6128201 or 12025250. OLE color: 12025250.
HSL color Cylindrical-coordinate representation of color #A27DB7: hue angle of 278.28º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A27DB7 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 162 | 125 | 183 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.28 |
| HSL | 278.28º | 0.29% | 0.6% | - |
| HSV(B) | 278.28º | 0.32% | 0.72% | - |
| XYZ | 30.78 | 25.77 | 48.15 | - |
| YUV | 142.68 | 150.76 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 125 | 183 | 0.11 | 0.32 | 0 | 0.28 | 278.28 | 0.29 | 0.6 |
| Hex | A2 | 7D | B7 | B | 20 | 0 | 1C | 116 | 1D | 3C |
| Octal | 242 | 175 | 267 | 13 | 40 | 0 | 34 | 426 | 35 | 74 |
| Binary | 10100010 | 1111101 | 10110111 | 1011 | 100000 | 0 | 11100 | 100010110 | 11101 | 111100 |
Color Harmonies of #A27DB7
Complementary color
Monochromatic Colors of #A27DB7
Black with #A27DB7
Text Example
Text Example
White with #A27DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27DB7; }
p { color: rgb(162,125,183); }
H1.HeaderClassName
{
color: #A27DB7;
}
.AnyTagClassName
{
color: #A27DB7;
}
</style>
background-color css
<style>
a { background-color: #A27DB7; }
a { background-color: rgb(162,125,183); }
div.DivClassName
{
background-color: #A27DB7;
}
.BgClassName
{
background-color: #A27DB7;
}
</style>
border-color css
<style>
span { border-color: #A27DB7; }
span { border-color: rgb(162,125,183); }
td.TdClassName
{
border-color: #A27DB7;
}
.TagClassName
{
border-color: #A27DB7;
}
</style>