Shades of Cold Purple #A18ECE
Tints of Cold Purple #A18ECE
RGB
CMYK
RGB Variations
Color information
#A18ECE (or 0xA18ECE) is known color: Cold Purple. HEX triplet: A1, 8E and CE. RGB value is (161,142,206). Sum of RGB (Red+Green+Blue) = 161+142+206=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 142 (55.86% from 255 or 27.90% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #A18ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18ECE is #5E7131. Grayscale: #9A9A9A. Windows color (decimal): -6189362 or 13536929. OLE color: 13536929.
HSL color Cylindrical-coordinate representation of color #A18ECE: hue angle of 257.81º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A18ECE is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 142 | 206 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.19 |
| HSL | 257.81º | 0.4% | 0.68% | - |
| HSV(B) | 257.81º | 0.31% | 0.81% | - |
| XYZ | 35.51 | 31.38 | 62.58 | - |
| YUV | 154.98 | 156.79 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 206 | 0.22 | 0.31 | 0 | 0.19 | 257.81 | 0.4 | 0.68 |
| Hex | A1 | 8E | CE | 16 | 1F | 0 | 13 | 102 | 28 | 44 |
| Octal | 241 | 216 | 316 | 26 | 37 | 0 | 23 | 402 | 50 | 104 |
| Binary | 10100001 | 10001110 | 11001110 | 10110 | 11111 | 0 | 10011 | 100000010 | 101000 | 1000100 |
Color Harmonies of #A18ECE
Complementary color
Monochromatic Colors of #A18ECE
Black with #A18ECE
Text Example
Text Example
White with #A18ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18ECE; }
p { color: rgb(161,142,206); }
H1.HeaderClassName
{
color: #A18ECE;
}
.AnyTagClassName
{
color: #A18ECE;
}
</style>
background-color css
<style>
a { background-color: #A18ECE; }
a { background-color: rgb(161,142,206); }
div.DivClassName
{
background-color: #A18ECE;
}
.BgClassName
{
background-color: #A18ECE;
}
</style>
border-color css
<style>
span { border-color: #A18ECE; }
span { border-color: rgb(161,142,206); }
td.TdClassName
{
border-color: #A18ECE;
}
.TagClassName
{
border-color: #A18ECE;
}
</style>