Shades of Cold Purple #A18EBF
Tints of Cold Purple #A18EBF
RGB
CMYK
RGB Variations
Color information
#A18EBF (or 0xA18EBF) is known color: Cold Purple. HEX triplet: A1, 8E and BF. RGB value is (161,142,191). Sum of RGB (Red+Green+Blue) = 161+142+191=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 142 (55.86% from 255 or 28.74% from 494); Blue value is 191 (75% from 255 or 38.66% from 494); Max value from RGB is 191 - color contains mainly: blue. Hex color #A18EBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18EBF is #5E7140. Grayscale: #999999. Windows color (decimal): -6189377 or 12553889. OLE color: 12553889.
HSL color Cylindrical-coordinate representation of color #A18EBF: hue angle of 263.27º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A18EBF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 142 | 191 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.25 |
| HSL | 263.27º | 0.28% | 0.65% | - |
| HSV(B) | 263.27º | 0.26% | 0.75% | - |
| XYZ | 33.77 | 30.68 | 53.43 | - |
| YUV | 153.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 142 | 191 | 0.16 | 0.26 | 0 | 0.25 | 263.27 | 0.28 | 0.65 |
| Hex | A1 | 8E | BF | 10 | 1A | 0 | 19 | 107 | 1C | 41 |
| Octal | 241 | 216 | 277 | 20 | 32 | 0 | 31 | 407 | 34 | 101 |
| Binary | 10100001 | 10001110 | 10111111 | 10000 | 11010 | 0 | 11001 | 100000111 | 11100 | 1000001 |
Color Harmonies of #A18EBF
Complementary color
Monochromatic Colors of #A18EBF
Black with #A18EBF
Text Example
Text Example
White with #A18EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18EBF; }
p { color: rgb(161,142,191); }
H1.HeaderClassName
{
color: #A18EBF;
}
.AnyTagClassName
{
color: #A18EBF;
}
</style>
background-color css
<style>
a { background-color: #A18EBF; }
a { background-color: rgb(161,142,191); }
div.DivClassName
{
background-color: #A18EBF;
}
.BgClassName
{
background-color: #A18EBF;
}
</style>
border-color css
<style>
span { border-color: #A18EBF; }
span { border-color: rgb(161,142,191); }
td.TdClassName
{
border-color: #A18EBF;
}
.TagClassName
{
border-color: #A18EBF;
}
</style>