Shades of Cold Purple #A18DB8
Tints of Cold Purple #A18DB8
RGB
CMYK
RGB Variations
Color information
#A18DB8 (or 0xA18DB8) is known color: Cold Purple. HEX triplet: A1, 8D and B8. RGB value is (161,141,184). Sum of RGB (Red+Green+Blue) = 161+141+184=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 141 (55.47% from 255 or 29.01% from 486); Blue value is 184 (72.27% from 255 or 37.86% from 486); Max value from RGB is 184 - color contains mainly: blue. Hex color #A18DB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DB8 is #5E7247. Grayscale: #979797. Windows color (decimal): -6189640 or 12094881. OLE color: 12094881.
HSL color Cylindrical-coordinate representation of color #A18DB8: hue angle of 267.91º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A18DB8 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 141 | 184 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.28 |
| HSL | 267.91º | 0.23% | 0.64% | - |
| HSV(B) | 267.91º | 0.23% | 0.72% | - |
| XYZ | 32.87 | 30.09 | 49.42 | - |
| YUV | 151.88 | 146.13 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 184 | 0.12 | 0.23 | 0 | 0.28 | 267.91 | 0.23 | 0.64 |
| Hex | A1 | 8D | B8 | C | 17 | 0 | 1C | 10C | 17 | 40 |
| Octal | 241 | 215 | 270 | 14 | 27 | 0 | 34 | 414 | 27 | 100 |
| Binary | 10100001 | 10001101 | 10111000 | 1100 | 10111 | 0 | 11100 | 100001100 | 10111 | 1000000 |
Color Harmonies of #A18DB8
Complementary color
Monochromatic Colors of #A18DB8
Black with #A18DB8
Text Example
Text Example
White with #A18DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DB8; }
p { color: rgb(161,141,184); }
H1.HeaderClassName
{
color: #A18DB8;
}
.AnyTagClassName
{
color: #A18DB8;
}
</style>
background-color css
<style>
a { background-color: #A18DB8; }
a { background-color: rgb(161,141,184); }
div.DivClassName
{
background-color: #A18DB8;
}
.BgClassName
{
background-color: #A18DB8;
}
</style>
border-color css
<style>
span { border-color: #A18DB8; }
span { border-color: rgb(161,141,184); }
td.TdClassName
{
border-color: #A18DB8;
}
.TagClassName
{
border-color: #A18DB8;
}
</style>