Shades of Cold Purple #A190CA
Tints of Cold Purple #A190CA
RGB
CMYK
RGB Variations
Color information
#A190CA (or 0xA190CA) is known color: Cold Purple. HEX triplet: A1, 90 and CA. RGB value is (161,144,202). Sum of RGB (Red+Green+Blue) = 161+144+202=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A190CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CA is #5E6F35. Grayscale: #9B9B9B. Windows color (decimal): -6188854 or 13275297. OLE color: 13275297.
HSL color Cylindrical-coordinate representation of color #A190CA: hue angle of 257.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A190CA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 144 | 202 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.21 |
| HSL | 257.59º | 0.35% | 0.68% | - |
| HSV(B) | 257.59º | 0.29% | 0.79% | - |
| XYZ | 35.33 | 31.79 | 60.15 | - |
| YUV | 155.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 202 | 0.20 | 0.29 | 0 | 0.21 | 257.59 | 0.35 | 0.68 |
| Hex | A1 | 90 | CA | 14 | 1D | 0 | 15 | 102 | 23 | 44 |
| Octal | 241 | 220 | 312 | 24 | 35 | 0 | 25 | 402 | 43 | 104 |
| Binary | 10100001 | 10010000 | 11001010 | 10100 | 11101 | 0 | 10101 | 100000010 | 100011 | 1000100 |
Color Harmonies of #A190CA
Complementary color
Monochromatic Colors of #A190CA
Black with #A190CA
Text Example
Text Example
White with #A190CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190CA; }
p { color: rgb(161,144,202); }
H1.HeaderClassName
{
color: #A190CA;
}
.AnyTagClassName
{
color: #A190CA;
}
</style>
background-color css
<style>
a { background-color: #A190CA; }
a { background-color: rgb(161,144,202); }
div.DivClassName
{
background-color: #A190CA;
}
.BgClassName
{
background-color: #A190CA;
}
</style>
border-color css
<style>
span { border-color: #A190CA; }
span { border-color: rgb(161,144,202); }
td.TdClassName
{
border-color: #A190CA;
}
.TagClassName
{
border-color: #A190CA;
}
</style>