Shades of Cold Purple #A188CD
Tints of Cold Purple #A188CD
RGB
CMYK
RGB Variations
Color information
#A188CD (or 0xA188CD) is known color: Cold Purple. HEX triplet: A1, 88 and CD. RGB value is (161,136,205). Sum of RGB (Red+Green+Blue) = 161+136+205=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 136 (53.52% from 255 or 27.09% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 205 - color contains mainly: blue. Hex color #A188CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188CD is #5E7732. Grayscale: #979797. Windows color (decimal): -6190899 or 13469857. OLE color: 13469857.
HSL color Cylindrical-coordinate representation of color #A188CD: hue angle of 261.74º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A188CD is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 136 | 205 | - |
| CMYK | 0.21 | 0.34 | 0 | 0.20 |
| HSL | 261.74º | 0.41% | 0.67% | - |
| HSV(B) | 261.74º | 0.34% | 0.8% | - |
| XYZ | 34.52 | 29.59 | 61.65 | - |
| YUV | 151.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 205 | 0.21 | 0.34 | 0 | 0.20 | 261.74 | 0.41 | 0.67 |
| Hex | A1 | 88 | CD | 15 | 22 | 0 | 14 | 106 | 29 | 43 |
| Octal | 241 | 210 | 315 | 25 | 42 | 0 | 24 | 406 | 51 | 103 |
| Binary | 10100001 | 10001000 | 11001101 | 10101 | 100010 | 0 | 10100 | 100000110 | 101001 | 1000011 |
Color Harmonies of #A188CD
Complementary color
Monochromatic Colors of #A188CD
Black with #A188CD
Text Example
Text Example
White with #A188CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188CD; }
p { color: rgb(161,136,205); }
H1.HeaderClassName
{
color: #A188CD;
}
.AnyTagClassName
{
color: #A188CD;
}
</style>
background-color css
<style>
a { background-color: #A188CD; }
a { background-color: rgb(161,136,205); }
div.DivClassName
{
background-color: #A188CD;
}
.BgClassName
{
background-color: #A188CD;
}
</style>
border-color css
<style>
span { border-color: #A188CD; }
span { border-color: rgb(161,136,205); }
td.TdClassName
{
border-color: #A188CD;
}
.TagClassName
{
border-color: #A188CD;
}
</style>