Shades of Cold Purple #A190CE
Tints of Cold Purple #A190CE
RGB
CMYK
RGB Variations
Color information
#A190CE (or 0xA190CE) is known color: Cold Purple. HEX triplet: A1, 90 and CE. RGB value is (161,144,206). Sum of RGB (Red+Green+Blue) = 161+144+206=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A190CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CE is #5E6F31. Grayscale: #9B9B9B. Windows color (decimal): -6188850 or 13537441. OLE color: 13537441.
HSL color Cylindrical-coordinate representation of color #A190CE: hue angle of 256.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A190CE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 144 | 206 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.19 |
| HSL | 256.45º | 0.39% | 0.69% | - |
| HSV(B) | 256.45º | 0.3% | 0.81% | - |
| XYZ | 35.81 | 31.98 | 62.68 | - |
| YUV | 156.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 206 | 0.22 | 0.30 | 0 | 0.19 | 256.45 | 0.39 | 0.69 |
| Hex | A1 | 90 | CE | 16 | 1E | 0 | 13 | 100 | 27 | 45 |
| Octal | 241 | 220 | 316 | 26 | 36 | 0 | 23 | 400 | 47 | 105 |
| Binary | 10100001 | 10010000 | 11001110 | 10110 | 11110 | 0 | 10011 | 100000000 | 100111 | 1000101 |
Color Harmonies of #A190CE
Complementary color
Monochromatic Colors of #A190CE
Black with #A190CE
Text Example
Text Example
White with #A190CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190CE; }
p { color: rgb(161,144,206); }
H1.HeaderClassName
{
color: #A190CE;
}
.AnyTagClassName
{
color: #A190CE;
}
</style>
background-color css
<style>
a { background-color: #A190CE; }
a { background-color: rgb(161,144,206); }
div.DivClassName
{
background-color: #A190CE;
}
.BgClassName
{
background-color: #A190CE;
}
</style>
border-color css
<style>
span { border-color: #A190CE; }
span { border-color: rgb(161,144,206); }
td.TdClassName
{
border-color: #A190CE;
}
.TagClassName
{
border-color: #A190CE;
}
</style>