Shades of Cold Purple #A188D0
Tints of Cold Purple #A188D0
RGB
CMYK
RGB Variations
Color information
#A188D0 (or 0xA188D0) is known color: Cold Purple. HEX triplet: A1, 88 and D0. RGB value is (161,136,208). Sum of RGB (Red+Green+Blue) = 161+136+208=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 208 (81.64% from 255 or 41.19% from 505); Max value from RGB is 208 - color contains mainly: blue. Hex color #A188D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188D0 is #5E772F. Grayscale: #979797. Windows color (decimal): -6190896 or 13666465. OLE color: 13666465.
HSL color Cylindrical-coordinate representation of color #A188D0: hue angle of 260.83º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A188D0 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 136 | 208 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.18 |
| HSL | 260.83º | 0.43% | 0.67% | - |
| HSV(B) | 260.83º | 0.35% | 0.82% | - |
| XYZ | 34.89 | 29.74 | 63.58 | - |
| YUV | 151.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 208 | 0.23 | 0.35 | 0 | 0.18 | 260.83 | 0.43 | 0.67 |
| Hex | A1 | 88 | D0 | 17 | 23 | 0 | 12 | 105 | 2B | 43 |
| Octal | 241 | 210 | 320 | 27 | 43 | 0 | 22 | 405 | 53 | 103 |
| Binary | 10100001 | 10001000 | 11010000 | 10111 | 100011 | 0 | 10010 | 100000101 | 101011 | 1000011 |
Color Harmonies of #A188D0
Complementary color
Monochromatic Colors of #A188D0
Black with #A188D0
Text Example
Text Example
White with #A188D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188D0; }
p { color: rgb(161,136,208); }
H1.HeaderClassName
{
color: #A188D0;
}
.AnyTagClassName
{
color: #A188D0;
}
</style>
background-color css
<style>
a { background-color: #A188D0; }
a { background-color: rgb(161,136,208); }
div.DivClassName
{
background-color: #A188D0;
}
.BgClassName
{
background-color: #A188D0;
}
</style>
border-color css
<style>
span { border-color: #A188D0; }
span { border-color: rgb(161,136,208); }
td.TdClassName
{
border-color: #A188D0;
}
.TagClassName
{
border-color: #A188D0;
}
</style>