Shades of Cold Purple #A490CA
Tints of Cold Purple #A490CA
RGB
CMYK
RGB Variations
Color information
#A490CA (or 0xA490CA) is known color: Cold Purple. HEX triplet: A4, 90 and CA. RGB value is (164,144,202). Sum of RGB (Red+Green+Blue) = 164+144+202=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A490CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490CA is #5B6F35. Grayscale: #9C9C9C. Windows color (decimal): -5992246 or 13275300. OLE color: 13275300.
HSL color Cylindrical-coordinate representation of color #A490CA: hue angle of 260.69º 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 #A490CA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 144 | 202 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.21 |
| HSL | 260.69º | 0.35% | 0.68% | - |
| HSV(B) | 260.69º | 0.29% | 0.79% | - |
| XYZ | 35.94 | 32.1 | 60.18 | - |
| YUV | 156.59 | 153.63 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 202 | 0.19 | 0.29 | 0 | 0.21 | 260.69 | 0.35 | 0.68 |
| Hex | A4 | 90 | CA | 13 | 1D | 0 | 15 | 105 | 23 | 44 |
| Octal | 244 | 220 | 312 | 23 | 35 | 0 | 25 | 405 | 43 | 104 |
| Binary | 10100100 | 10010000 | 11001010 | 10011 | 11101 | 0 | 10101 | 100000101 | 100011 | 1000100 |
Color Harmonies of #A490CA
Complementary color
Monochromatic Colors of #A490CA
Black with #A490CA
Text Example
Text Example
White with #A490CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490CA; }
p { color: rgb(164,144,202); }
H1.HeaderClassName
{
color: #A490CA;
}
.AnyTagClassName
{
color: #A490CA;
}
</style>
background-color css
<style>
a { background-color: #A490CA; }
a { background-color: rgb(164,144,202); }
div.DivClassName
{
background-color: #A490CA;
}
.BgClassName
{
background-color: #A490CA;
}
</style>
border-color css
<style>
span { border-color: #A490CA; }
span { border-color: rgb(164,144,202); }
td.TdClassName
{
border-color: #A490CA;
}
.TagClassName
{
border-color: #A490CA;
}
</style>