Shades of Cold Purple #A27EC5
Tints of Cold Purple #A27EC5
RGB
CMYK
RGB Variations
Color information
#A27EC5 (or 0xA27EC5) is known color: Cold Purple. HEX triplet: A2, 7E and C5. RGB value is (162,126,197). Sum of RGB (Red+Green+Blue) = 162+126+197=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 126 (49.61% from 255 or 25.98% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 197 - color contains mainly: blue. Hex color #A27EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27EC5 is #5D813A. Grayscale: #909090. Windows color (decimal): -6127931 or 12943010. OLE color: 12943010.
HSL color Cylindrical-coordinate representation of color #A27EC5: hue angle of 270.42º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A27EC5 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 126 | 197 | - |
| CMYK | 0.18 | 0.36 | 0 | 0.23 |
| HSL | 270.42º | 0.38% | 0.63% | - |
| HSV(B) | 270.42º | 0.36% | 0.77% | - |
| XYZ | 32.44 | 26.63 | 56.25 | - |
| YUV | 144.86 | 157.43 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 197 | 0.18 | 0.36 | 0 | 0.23 | 270.42 | 0.38 | 0.63 |
| Hex | A2 | 7E | C5 | 12 | 24 | 0 | 17 | 10E | 26 | 3F |
| Octal | 242 | 176 | 305 | 22 | 44 | 0 | 27 | 416 | 46 | 77 |
| Binary | 10100010 | 1111110 | 11000101 | 10010 | 100100 | 0 | 10111 | 100001110 | 100110 | 111111 |
Color Harmonies of #A27EC5
Complementary color
Monochromatic Colors of #A27EC5
Black with #A27EC5
Text Example
Text Example
White with #A27EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27EC5; }
p { color: rgb(162,126,197); }
H1.HeaderClassName
{
color: #A27EC5;
}
.AnyTagClassName
{
color: #A27EC5;
}
</style>
background-color css
<style>
a { background-color: #A27EC5; }
a { background-color: rgb(162,126,197); }
div.DivClassName
{
background-color: #A27EC5;
}
.BgClassName
{
background-color: #A27EC5;
}
</style>
border-color css
<style>
span { border-color: #A27EC5; }
span { border-color: rgb(162,126,197); }
td.TdClassName
{
border-color: #A27EC5;
}
.TagClassName
{
border-color: #A27EC5;
}
</style>