Shades of Cold Purple #A07ECA
Tints of Cold Purple #A07ECA
RGB
CMYK
RGB Variations
Color information
#A07ECA (or 0xA07ECA) is known color: Cold Purple. HEX triplet: A0, 7E and CA. RGB value is (160,126,202). Sum of RGB (Red+Green+Blue) = 160+126+202=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #A07ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A07ECA is #5F8135. Grayscale: #909090. Windows color (decimal): -6258998 or 13270688. OLE color: 13270688.
HSL color Cylindrical-coordinate representation of color #A07ECA: hue angle of 266.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A07ECA is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 126 | 202 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.21 |
| HSL | 266.84º | 0.42% | 0.64% | - |
| HSV(B) | 266.84º | 0.38% | 0.79% | - |
| XYZ | 32.62 | 26.66 | 59.3 | - |
| YUV | 144.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 126 | 202 | 0.21 | 0.38 | 0 | 0.21 | 266.84 | 0.42 | 0.64 |
| Hex | A0 | 7E | CA | 15 | 26 | 0 | 15 | 10B | 2A | 40 |
| Octal | 240 | 176 | 312 | 25 | 46 | 0 | 25 | 413 | 52 | 100 |
| Binary | 10100000 | 1111110 | 11001010 | 10101 | 100110 | 0 | 10101 | 100001011 | 101010 | 1000000 |
Color Harmonies of #A07ECA
Complementary color
Monochromatic Colors of #A07ECA
Black with #A07ECA
Text Example
Text Example
White with #A07ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07ECA; }
p { color: rgb(160,126,202); }
H1.HeaderClassName
{
color: #A07ECA;
}
.AnyTagClassName
{
color: #A07ECA;
}
</style>
background-color css
<style>
a { background-color: #A07ECA; }
a { background-color: rgb(160,126,202); }
div.DivClassName
{
background-color: #A07ECA;
}
.BgClassName
{
background-color: #A07ECA;
}
</style>
border-color css
<style>
span { border-color: #A07ECA; }
span { border-color: rgb(160,126,202); }
td.TdClassName
{
border-color: #A07ECA;
}
.TagClassName
{
border-color: #A07ECA;
}
</style>