Shades of Cold Purple #A188D1
Tints of Cold Purple #A188D1
RGB
CMYK
RGB Variations
Color information
#A188D1 (or 0xA188D1) is known color: Cold Purple. HEX triplet: A1, 88 and D1. RGB value is (161,136,209). Sum of RGB (Red+Green+Blue) = 161+136+209=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #A188D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188D1 is #5E772E. Grayscale: #979797. Windows color (decimal): -6190895 or 13732001. OLE color: 13732001.
HSL color Cylindrical-coordinate representation of color #A188D1: hue angle of 260.55º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A188D1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 136 | 209 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.18 |
| HSL | 260.55º | 0.44% | 0.68% | - |
| HSV(B) | 260.55º | 0.35% | 0.82% | - |
| XYZ | 35.01 | 29.79 | 64.23 | - |
| YUV | 151.8 | 160.28 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 209 | 0.23 | 0.35 | 0 | 0.18 | 260.55 | 0.44 | 0.68 |
| Hex | A1 | 88 | D1 | 17 | 23 | 0 | 12 | 105 | 2C | 44 |
| Octal | 241 | 210 | 321 | 27 | 43 | 0 | 22 | 405 | 54 | 104 |
| Binary | 10100001 | 10001000 | 11010001 | 10111 | 100011 | 0 | 10010 | 100000101 | 101100 | 1000100 |
Color Harmonies of #A188D1
Complementary color
Monochromatic Colors of #A188D1
Black with #A188D1
Text Example
Text Example
White with #A188D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188D1; }
p { color: rgb(161,136,209); }
H1.HeaderClassName
{
color: #A188D1;
}
.AnyTagClassName
{
color: #A188D1;
}
</style>
background-color css
<style>
a { background-color: #A188D1; }
a { background-color: rgb(161,136,209); }
div.DivClassName
{
background-color: #A188D1;
}
.BgClassName
{
background-color: #A188D1;
}
</style>
border-color css
<style>
span { border-color: #A188D1; }
span { border-color: rgb(161,136,209); }
td.TdClassName
{
border-color: #A188D1;
}
.TagClassName
{
border-color: #A188D1;
}
</style>