Shades of Cold Purple #A18DBC
Tints of Cold Purple #A18DBC
RGB
CMYK
RGB Variations
Color information
#A18DBC (or 0xA18DBC) is known color: Cold Purple. HEX triplet: A1, 8D and BC. RGB value is (161,141,188). Sum of RGB (Red+Green+Blue) = 161+141+188=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #A18DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DBC is #5E7243. Grayscale: #989898. Windows color (decimal): -6189636 or 12357025. OLE color: 12357025.
HSL color Cylindrical-coordinate representation of color #A18DBC: hue angle of 265.53º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A18DBC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 141 | 188 | - |
| CMYK | 0.14 | 0.25 | 0 | 0.26 |
| HSL | 265.53º | 0.26% | 0.65% | - |
| HSV(B) | 265.53º | 0.25% | 0.74% | - |
| XYZ | 33.3 | 30.26 | 51.66 | - |
| YUV | 152.34 | 148.13 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 188 | 0.14 | 0.25 | 0 | 0.26 | 265.53 | 0.26 | 0.65 |
| Hex | A1 | 8D | BC | E | 19 | 0 | 1A | 10A | 1A | 41 |
| Octal | 241 | 215 | 274 | 16 | 31 | 0 | 32 | 412 | 32 | 101 |
| Binary | 10100001 | 10001101 | 10111100 | 1110 | 11001 | 0 | 11010 | 100001010 | 11010 | 1000001 |
Color Harmonies of #A18DBC
Complementary color
Monochromatic Colors of #A18DBC
Black with #A18DBC
Text Example
Text Example
White with #A18DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DBC; }
p { color: rgb(161,141,188); }
H1.HeaderClassName
{
color: #A18DBC;
}
.AnyTagClassName
{
color: #A18DBC;
}
</style>
background-color css
<style>
a { background-color: #A18DBC; }
a { background-color: rgb(161,141,188); }
div.DivClassName
{
background-color: #A18DBC;
}
.BgClassName
{
background-color: #A18DBC;
}
</style>
border-color css
<style>
span { border-color: #A18DBC; }
span { border-color: rgb(161,141,188); }
td.TdClassName
{
border-color: #A18DBC;
}
.TagClassName
{
border-color: #A18DBC;
}
</style>