Shades of Cold Purple #A18EBC
Tints of Cold Purple #A18EBC
RGB
CMYK
RGB Variations
Color information
#A18EBC (or 0xA18EBC) is known color: Cold Purple. HEX triplet: A1, 8E and BC. RGB value is (161,142,188). Sum of RGB (Red+Green+Blue) = 161+142+188=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 142 (55.86% from 255 or 28.92% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBC is #5E7143. Grayscale: #989898. Windows color (decimal): -6189380 or 12357281. OLE color: 12357281.
HSL color Cylindrical-coordinate representation of color #A18EBC: hue angle of 264.78º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18EBC is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 142 | 188 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.26 |
| HSL | 264.78º | 0.26% | 0.65% | - |
| HSV(B) | 264.78º | 0.24% | 0.74% | - |
| XYZ | 33.45 | 30.55 | 51.71 | - |
| YUV | 152.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 188 | 0.14 | 0.24 | 0 | 0.26 | 264.78 | 0.26 | 0.65 |
| Hex | A1 | 8E | BC | E | 18 | 0 | 1A | 109 | 1A | 41 |
| Octal | 241 | 216 | 274 | 16 | 30 | 0 | 32 | 411 | 32 | 101 |
| Binary | 10100001 | 10001110 | 10111100 | 1110 | 11000 | 0 | 11010 | 100001001 | 11010 | 1000001 |
Color Harmonies of #A18EBC
Complementary color
Monochromatic Colors of #A18EBC
Black with #A18EBC
Text Example
Text Example
White with #A18EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EBC; }
p { color: rgb(161,142,188); }
H1.HeaderClassName
{
color: #A18EBC;
}
.AnyTagClassName
{
color: #A18EBC;
}
</style>
background-color css
<style>
a { background-color: #A18EBC; }
a { background-color: rgb(161,142,188); }
div.DivClassName
{
background-color: #A18EBC;
}
.BgClassName
{
background-color: #A18EBC;
}
</style>
border-color css
<style>
span { border-color: #A18EBC; }
span { border-color: rgb(161,142,188); }
td.TdClassName
{
border-color: #A18EBC;
}
.TagClassName
{
border-color: #A18EBC;
}
</style>