Shades of Cold Purple #A27EC9
Tints of Cold Purple #A27EC9
RGB
CMYK
RGB Variations
Color information
#A27EC9 (or 0xA27EC9) is known color: Cold Purple. HEX triplet: A2, 7E and C9. RGB value is (162,126,201). Sum of RGB (Red+Green+Blue) = 162+126+201=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #A27EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC9 is #5D8136. Grayscale: #919191. Windows color (decimal): -6127927 or 13205154. OLE color: 13205154.
HSL color Cylindrical-coordinate representation of color #A27EC9: hue angle of 268.8º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27EC9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 126 | 201 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.21 |
| HSL | 268.8º | 0.41% | 0.64% | - |
| HSV(B) | 268.8º | 0.37% | 0.79% | - |
| XYZ | 32.9 | 26.82 | 58.7 | - |
| YUV | 145.31 | 159.43 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 201 | 0.19 | 0.37 | 0 | 0.21 | 268.8 | 0.41 | 0.64 |
| Hex | A2 | 7E | C9 | 13 | 25 | 0 | 15 | 10D | 29 | 40 |
| Octal | 242 | 176 | 311 | 23 | 45 | 0 | 25 | 415 | 51 | 100 |
| Binary | 10100010 | 1111110 | 11001001 | 10011 | 100101 | 0 | 10101 | 100001101 | 101001 | 1000000 |
Color Harmonies of #A27EC9
Complementary color
Monochromatic Colors of #A27EC9
Black with #A27EC9
Text Example
Text Example
White with #A27EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EC9; }
p { color: rgb(162,126,201); }
H1.HeaderClassName
{
color: #A27EC9;
}
.AnyTagClassName
{
color: #A27EC9;
}
</style>
background-color css
<style>
a { background-color: #A27EC9; }
a { background-color: rgb(162,126,201); }
div.DivClassName
{
background-color: #A27EC9;
}
.BgClassName
{
background-color: #A27EC9;
}
</style>
border-color css
<style>
span { border-color: #A27EC9; }
span { border-color: rgb(162,126,201); }
td.TdClassName
{
border-color: #A27EC9;
}
.TagClassName
{
border-color: #A27EC9;
}
</style>