Shades of Cold Purple #A27ECF
Tints of Cold Purple #A27ECF
RGB
CMYK
RGB Variations
Color information
#A27ECF (or 0xA27ECF) is known color: Cold Purple. HEX triplet: A2, 7E and CF. RGB value is (162,126,207). Sum of RGB (Red+Green+Blue) = 162+126+207=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 126 (49.61% from 255 or 25.45% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #A27ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A27ECF is #5D8130. Grayscale: #919191. Windows color (decimal): -6127921 or 13598370. OLE color: 13598370.
HSL color Cylindrical-coordinate representation of color #A27ECF: hue angle of 266.67º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A27ECF is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 126 | 207 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.19 |
| HSL | 266.67º | 0.46% | 0.65% | - |
| HSV(B) | 266.67º | 0.39% | 0.81% | - |
| XYZ | 33.62 | 27.11 | 62.49 | - |
| YUV | 146 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 126 | 207 | 0.22 | 0.39 | 0 | 0.19 | 266.67 | 0.46 | 0.65 |
| Hex | A2 | 7E | CF | 16 | 27 | 0 | 13 | 10B | 2E | 41 |
| Octal | 242 | 176 | 317 | 26 | 47 | 0 | 23 | 413 | 56 | 101 |
| Binary | 10100010 | 1111110 | 11001111 | 10110 | 100111 | 0 | 10011 | 100001011 | 101110 | 1000001 |
Color Harmonies of #A27ECF
Complementary color
Monochromatic Colors of #A27ECF
Black with #A27ECF
Text Example
Text Example
White with #A27ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27ECF; }
p { color: rgb(162,126,207); }
H1.HeaderClassName
{
color: #A27ECF;
}
.AnyTagClassName
{
color: #A27ECF;
}
</style>
background-color css
<style>
a { background-color: #A27ECF; }
a { background-color: rgb(162,126,207); }
div.DivClassName
{
background-color: #A27ECF;
}
.BgClassName
{
background-color: #A27ECF;
}
</style>
border-color css
<style>
span { border-color: #A27ECF; }
span { border-color: rgb(162,126,207); }
td.TdClassName
{
border-color: #A27ECF;
}
.TagClassName
{
border-color: #A27ECF;
}
</style>