Shades of Cold Purple #A18EC4
Tints of Cold Purple #A18EC4
RGB
CMYK
RGB Variations
Color information
#A18EC4 (or 0xA18EC4) is known color: Cold Purple. HEX triplet: A1, 8E and C4. RGB value is (161,142,196). Sum of RGB (Red+Green+Blue) = 161+142+196=499 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.26% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 196 (76.95% from 255 or 39.28% from 499); Max value from RGB is 196 - color contains mainly: blue. Hex color #A18EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EC4 is #5E713B. Grayscale: #999999. Windows color (decimal): -6189372 or 12881569. OLE color: 12881569.
HSL color Cylindrical-coordinate representation of color #A18EC4: hue angle of 261.11º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A18EC4 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 142 | 196 | - |
| CMYK | 0.18 | 0.28 | 0 | 0.23 |
| HSL | 261.11º | 0.31% | 0.66% | - |
| HSV(B) | 261.11º | 0.28% | 0.77% | - |
| XYZ | 34.33 | 30.91 | 56.38 | - |
| YUV | 153.84 | 151.79 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 196 | 0.18 | 0.28 | 0 | 0.23 | 261.11 | 0.31 | 0.66 |
| Hex | A1 | 8E | C4 | 12 | 1C | 0 | 17 | 105 | 1F | 42 |
| Octal | 241 | 216 | 304 | 22 | 34 | 0 | 27 | 405 | 37 | 102 |
| Binary | 10100001 | 10001110 | 11000100 | 10010 | 11100 | 0 | 10111 | 100000101 | 11111 | 1000010 |
Color Harmonies of #A18EC4
Complementary color
Monochromatic Colors of #A18EC4
Black with #A18EC4
Text Example
Text Example
White with #A18EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EC4; }
p { color: rgb(161,142,196); }
H1.HeaderClassName
{
color: #A18EC4;
}
.AnyTagClassName
{
color: #A18EC4;
}
</style>
background-color css
<style>
a { background-color: #A18EC4; }
a { background-color: rgb(161,142,196); }
div.DivClassName
{
background-color: #A18EC4;
}
.BgClassName
{
background-color: #A18EC4;
}
</style>
border-color css
<style>
span { border-color: #A18EC4; }
span { border-color: rgb(161,142,196); }
td.TdClassName
{
border-color: #A18EC4;
}
.TagClassName
{
border-color: #A18EC4;
}
</style>