Shades of Cold Purple #A18DB7
Tints of Cold Purple #A18DB7
RGB
CMYK
RGB Variations
Color information
#A18DB7 (or 0xA18DB7) is known color: Cold Purple. HEX triplet: A1, 8D and B7. RGB value is (161,141,183). Sum of RGB (Red+Green+Blue) = 161+141+183=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 183 (71.88% from 255 or 37.73% from 485); Max value from RGB is 183 - color contains mainly: blue. Hex color #A18DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A18DB7 is #5E7248. Grayscale: #979797. Windows color (decimal): -6189641 or 12029345. OLE color: 12029345.
HSL color Cylindrical-coordinate representation of color #A18DB7: hue angle of 268.57º 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 #A18DB7 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 141 | 183 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.28 |
| HSL | 268.57º | 0.23% | 0.64% | - |
| HSV(B) | 268.57º | 0.23% | 0.72% | - |
| XYZ | 32.77 | 30.05 | 48.87 | - |
| YUV | 151.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 141 | 183 | 0.12 | 0.23 | 0 | 0.28 | 268.57 | 0.23 | 0.64 |
| Hex | A1 | 8D | B7 | C | 17 | 0 | 1C | 10D | 17 | 40 |
| Octal | 241 | 215 | 267 | 14 | 27 | 0 | 34 | 415 | 27 | 100 |
| Binary | 10100001 | 10001101 | 10110111 | 1100 | 10111 | 0 | 11100 | 100001101 | 10111 | 1000000 |
Color Harmonies of #A18DB7
Complementary color
Monochromatic Colors of #A18DB7
Black with #A18DB7
Text Example
Text Example
White with #A18DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A18DB7; }
p { color: rgb(161,141,183); }
H1.HeaderClassName
{
color: #A18DB7;
}
.AnyTagClassName
{
color: #A18DB7;
}
</style>
background-color css
<style>
a { background-color: #A18DB7; }
a { background-color: rgb(161,141,183); }
div.DivClassName
{
background-color: #A18DB7;
}
.BgClassName
{
background-color: #A18DB7;
}
</style>
border-color css
<style>
span { border-color: #A18DB7; }
span { border-color: rgb(161,141,183); }
td.TdClassName
{
border-color: #A18DB7;
}
.TagClassName
{
border-color: #A18DB7;
}
</style>