Shades of Cold Purple #A18EBA
Tints of Cold Purple #A18EBA
RGB
CMYK
RGB Variations
Color information
#A18EBA (or 0xA18EBA) is known color: Cold Purple. HEX triplet: A1, 8E and BA. RGB value is (161,142,186). Sum of RGB (Red+Green+Blue) = 161+142+186=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 186 - color contains mainly: blue. Hex color #A18EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBA is #5E7145. Grayscale: #989898. Windows color (decimal): -6189382 or 12226209. OLE color: 12226209.
HSL color Cylindrical-coordinate representation of color #A18EBA: hue angle of 265.91º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A18EBA is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 142 | 186 | - |
| CMYK | 0.13 | 0.24 | 0 | 0.27 |
| HSL | 265.91º | 0.24% | 0.64% | - |
| HSV(B) | 265.91º | 0.24% | 0.73% | - |
| XYZ | 33.23 | 30.47 | 50.58 | - |
| YUV | 152.7 | 146.79 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 186 | 0.13 | 0.24 | 0 | 0.27 | 265.91 | 0.24 | 0.64 |
| Hex | A1 | 8E | BA | D | 18 | 0 | 1B | 10A | 18 | 40 |
| Octal | 241 | 216 | 272 | 15 | 30 | 0 | 33 | 412 | 30 | 100 |
| Binary | 10100001 | 10001110 | 10111010 | 1101 | 11000 | 0 | 11011 | 100001010 | 11000 | 1000000 |
Color Harmonies of #A18EBA
Complementary color
Monochromatic Colors of #A18EBA
Black with #A18EBA
Text Example
Text Example
White with #A18EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EBA; }
p { color: rgb(161,142,186); }
H1.HeaderClassName
{
color: #A18EBA;
}
.AnyTagClassName
{
color: #A18EBA;
}
</style>
background-color css
<style>
a { background-color: #A18EBA; }
a { background-color: rgb(161,142,186); }
div.DivClassName
{
background-color: #A18EBA;
}
.BgClassName
{
background-color: #A18EBA;
}
</style>
border-color css
<style>
span { border-color: #A18EBA; }
span { border-color: rgb(161,142,186); }
td.TdClassName
{
border-color: #A18EBA;
}
.TagClassName
{
border-color: #A18EBA;
}
</style>