Shades of Cold Purple #A190CC
Tints of Cold Purple #A190CC
RGB
CMYK
RGB Variations
Color information
#A190CC (or 0xA190CC) is known color: Cold Purple. HEX triplet: A1, 90 and CC. RGB value is (161,144,204). Sum of RGB (Red+Green+Blue) = 161+144+204=509 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.63% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 204 - color contains mainly: blue. Hex color #A190CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CC is #5E6F33. Grayscale: #9B9B9B. Windows color (decimal): -6188852 or 13406369. OLE color: 13406369.
HSL color Cylindrical-coordinate representation of color #A190CC: hue angle of 257º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A190CC is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 144 | 204 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.2 |
| HSL | 257º | 0.37% | 0.68% | - |
| HSV(B) | 257º | 0.29% | 0.8% | - |
| XYZ | 35.57 | 31.88 | 61.41 | - |
| YUV | 155.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 204 | 0.21 | 0.29 | 0 | 0.2 | 257 | 0.37 | 0.68 |
| Hex | A1 | 90 | CC | 15 | 1D | 0 | 14 | 101 | 25 | 44 |
| Octal | 241 | 220 | 314 | 25 | 35 | 0 | 24 | 401 | 45 | 104 |
| Binary | 10100001 | 10010000 | 11001100 | 10101 | 11101 | 0 | 10100 | 100000001 | 100101 | 1000100 |
Color Harmonies of #A190CC
Complementary color
Monochromatic Colors of #A190CC
Black with #A190CC
Text Example
Text Example
White with #A190CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190CC; }
p { color: rgb(161,144,204); }
H1.HeaderClassName
{
color: #A190CC;
}
.AnyTagClassName
{
color: #A190CC;
}
</style>
background-color css
<style>
a { background-color: #A190CC; }
a { background-color: rgb(161,144,204); }
div.DivClassName
{
background-color: #A190CC;
}
.BgClassName
{
background-color: #A190CC;
}
</style>
border-color css
<style>
span { border-color: #A190CC; }
span { border-color: rgb(161,144,204); }
td.TdClassName
{
border-color: #A190CC;
}
.TagClassName
{
border-color: #A190CC;
}
</style>