Shades of Cold Purple #A188CF
Tints of Cold Purple #A188CF
RGB
CMYK
RGB Variations
Color information
#A188CF (or 0xA188CF) is known color: Cold Purple. HEX triplet: A1, 88 and CF. RGB value is (161,136,207). Sum of RGB (Red+Green+Blue) = 161+136+207=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A188CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188CF is #5E7730. Grayscale: #979797. Windows color (decimal): -6190897 or 13600929. OLE color: 13600929.
HSL color Cylindrical-coordinate representation of color #A188CF: hue angle of 261.13º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A188CF is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 136 | 207 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.19 |
| HSL | 261.13º | 0.43% | 0.67% | - |
| HSV(B) | 261.13º | 0.34% | 0.81% | - |
| XYZ | 34.76 | 29.69 | 62.93 | - |
| YUV | 151.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 136 | 207 | 0.22 | 0.34 | 0 | 0.19 | 261.13 | 0.43 | 0.67 |
| Hex | A1 | 88 | CF | 16 | 22 | 0 | 13 | 105 | 2B | 43 |
| Octal | 241 | 210 | 317 | 26 | 42 | 0 | 23 | 405 | 53 | 103 |
| Binary | 10100001 | 10001000 | 11001111 | 10110 | 100010 | 0 | 10011 | 100000101 | 101011 | 1000011 |
Color Harmonies of #A188CF
Complementary color
Monochromatic Colors of #A188CF
Black with #A188CF
Text Example
Text Example
White with #A188CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A188CF; }
p { color: rgb(161,136,207); }
H1.HeaderClassName
{
color: #A188CF;
}
.AnyTagClassName
{
color: #A188CF;
}
</style>
background-color css
<style>
a { background-color: #A188CF; }
a { background-color: rgb(161,136,207); }
div.DivClassName
{
background-color: #A188CF;
}
.BgClassName
{
background-color: #A188CF;
}
</style>
border-color css
<style>
span { border-color: #A188CF; }
span { border-color: rgb(161,136,207); }
td.TdClassName
{
border-color: #A188CF;
}
.TagClassName
{
border-color: #A188CF;
}
</style>