Shades of Cold Purple #A18DB6
Tints of Cold Purple #A18DB6
RGB
CMYK
RGB Variations
Color information
#A18DB6 (or 0xA18DB6) is known color: Cold Purple. HEX triplet: A1, 8D and B6. RGB value is (161,141,182). Sum of RGB (Red+Green+Blue) = 161+141+182=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 182 (71.48% from 255 or 37.60% from 484); Max value from RGB is 182 - color contains mainly: blue. Hex color #A18DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DB6 is #5E7249. Grayscale: #979797. Windows color (decimal): -6189642 or 11963809. OLE color: 11963809.
HSL color Cylindrical-coordinate representation of color #A18DB6: hue angle of 269.27º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18DB6 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 141 | 182 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.29 |
| HSL | 269.27º | 0.22% | 0.63% | - |
| HSV(B) | 269.27º | 0.23% | 0.71% | - |
| XYZ | 32.67 | 30 | 48.33 | - |
| YUV | 151.65 | 145.13 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 182 | 0.12 | 0.23 | 0 | 0.29 | 269.27 | 0.22 | 0.63 |
| Hex | A1 | 8D | B6 | C | 17 | 0 | 1D | 10D | 16 | 3F |
| Octal | 241 | 215 | 266 | 14 | 27 | 0 | 35 | 415 | 26 | 77 |
| Binary | 10100001 | 10001101 | 10110110 | 1100 | 10111 | 0 | 11101 | 100001101 | 10110 | 111111 |
Color Harmonies of #A18DB6
Complementary color
Monochromatic Colors of #A18DB6
Black with #A18DB6
Text Example
Text Example
White with #A18DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DB6; }
p { color: rgb(161,141,182); }
H1.HeaderClassName
{
color: #A18DB6;
}
.AnyTagClassName
{
color: #A18DB6;
}
</style>
background-color css
<style>
a { background-color: #A18DB6; }
a { background-color: rgb(161,141,182); }
div.DivClassName
{
background-color: #A18DB6;
}
.BgClassName
{
background-color: #A18DB6;
}
</style>
border-color css
<style>
span { border-color: #A18DB6; }
span { border-color: rgb(161,141,182); }
td.TdClassName
{
border-color: #A18DB6;
}
.TagClassName
{
border-color: #A18DB6;
}
</style>