Shades of Cold Purple #A17ECA
Tints of Cold Purple #A17ECA
RGB
CMYK
RGB Variations
Color information
#A17ECA (or 0xA17ECA) is known color: Cold Purple. HEX triplet: A1, 7E and CA. RGB value is (161,126,202). Sum of RGB (Red+Green+Blue) = 161+126+202=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A17ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A17ECA is #5E8135. Grayscale: #909090. Windows color (decimal): -6193462 or 13270689. OLE color: 13270689.
HSL color Cylindrical-coordinate representation of color #A17ECA: hue angle of 267.63º 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 #A17ECA is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 126 | 202 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.21 |
| HSL | 267.63º | 0.42% | 0.64% | - |
| HSV(B) | 267.63º | 0.38% | 0.79% | - |
| XYZ | 32.82 | 26.76 | 59.31 | - |
| YUV | 145.13 | 160.1 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 126 | 202 | 0.20 | 0.38 | 0 | 0.21 | 267.63 | 0.42 | 0.64 |
| Hex | A1 | 7E | CA | 14 | 26 | 0 | 15 | 10C | 2A | 40 |
| Octal | 241 | 176 | 312 | 24 | 46 | 0 | 25 | 414 | 52 | 100 |
| Binary | 10100001 | 1111110 | 11001010 | 10100 | 100110 | 0 | 10101 | 100001100 | 101010 | 1000000 |
Color Harmonies of #A17ECA
Complementary color
Monochromatic Colors of #A17ECA
Black with #A17ECA
Text Example
Text Example
White with #A17ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17ECA; }
p { color: rgb(161,126,202); }
H1.HeaderClassName
{
color: #A17ECA;
}
.AnyTagClassName
{
color: #A17ECA;
}
</style>
background-color css
<style>
a { background-color: #A17ECA; }
a { background-color: rgb(161,126,202); }
div.DivClassName
{
background-color: #A17ECA;
}
.BgClassName
{
background-color: #A17ECA;
}
</style>
border-color css
<style>
span { border-color: #A17ECA; }
span { border-color: rgb(161,126,202); }
td.TdClassName
{
border-color: #A17ECA;
}
.TagClassName
{
border-color: #A17ECA;
}
</style>