Shades of Cold Purple #A07ECE
Tints of Cold Purple #A07ECE
RGB
CMYK
RGB Variations
Color information
#A07ECE (or 0xA07ECE) is known color: Cold Purple. HEX triplet: A0, 7E and CE. RGB value is (160,126,206). Sum of RGB (Red+Green+Blue) = 160+126+206=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 126 (49.61% from 255 or 25.61% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #A07ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECE is #5F8131. Grayscale: #919191. Windows color (decimal): -6258994 or 13532832. OLE color: 13532832.
HSL color Cylindrical-coordinate representation of color #A07ECE: hue angle of 265.5º degrees, saturation: 0.45, 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 #A07ECE is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 126 | 206 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.19 |
| HSL | 265.5º | 0.45% | 0.65% | - |
| HSV(B) | 265.5º | 0.39% | 0.81% | - |
| XYZ | 33.1 | 26.85 | 61.83 | - |
| YUV | 145.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 206 | 0.22 | 0.39 | 0 | 0.19 | 265.5 | 0.45 | 0.65 |
| Hex | A0 | 7E | CE | 16 | 27 | 0 | 13 | 10A | 2D | 41 |
| Octal | 240 | 176 | 316 | 26 | 47 | 0 | 23 | 412 | 55 | 101 |
| Binary | 10100000 | 1111110 | 11001110 | 10110 | 100111 | 0 | 10011 | 100001010 | 101101 | 1000001 |
Color Harmonies of #A07ECE
Complementary color
Monochromatic Colors of #A07ECE
Black with #A07ECE
Text Example
Text Example
White with #A07ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ECE; }
p { color: rgb(160,126,206); }
H1.HeaderClassName
{
color: #A07ECE;
}
.AnyTagClassName
{
color: #A07ECE;
}
</style>
background-color css
<style>
a { background-color: #A07ECE; }
a { background-color: rgb(160,126,206); }
div.DivClassName
{
background-color: #A07ECE;
}
.BgClassName
{
background-color: #A07ECE;
}
</style>
border-color css
<style>
span { border-color: #A07ECE; }
span { border-color: rgb(160,126,206); }
td.TdClassName
{
border-color: #A07ECE;
}
.TagClassName
{
border-color: #A07ECE;
}
</style>