Shades of Cold Purple #A390CA
Tints of Cold Purple #A390CA
RGB
CMYK
RGB Variations
Color information
#A390CA (or 0xA390CA) is known color: Cold Purple. HEX triplet: A3, 90 and CA. RGB value is (163,144,202). Sum of RGB (Red+Green+Blue) = 163+144+202=509 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.02% from 509); Green value is 144 (56.64% from 255 or 28.29% from 509); Blue value is 202 (79.30% from 255 or 39.69% from 509); Max value from RGB is 202 - color contains mainly: blue. Hex color #A390CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A390CA is #5C6F35. Grayscale: #9C9C9C. Windows color (decimal): -6057782 or 13275299. OLE color: 13275299.
HSL color Cylindrical-coordinate representation of color #A390CA: hue angle of 259.66º 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 #A390CA is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 144 | 202 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.21 |
| HSL | 259.66º | 0.35% | 0.68% | - |
| HSV(B) | 259.66º | 0.29% | 0.79% | - |
| XYZ | 35.74 | 32 | 60.17 | - |
| YUV | 156.29 | 153.79 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 202 | 0.19 | 0.29 | 0 | 0.21 | 259.66 | 0.35 | 0.68 |
| Hex | A3 | 90 | CA | 13 | 1D | 0 | 15 | 104 | 23 | 44 |
| Octal | 243 | 220 | 312 | 23 | 35 | 0 | 25 | 404 | 43 | 104 |
| Binary | 10100011 | 10010000 | 11001010 | 10011 | 11101 | 0 | 10101 | 100000100 | 100011 | 1000100 |
Color Harmonies of #A390CA
Complementary color
Monochromatic Colors of #A390CA
Black with #A390CA
Text Example
Text Example
White with #A390CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390CA; }
p { color: rgb(163,144,202); }
H1.HeaderClassName
{
color: #A390CA;
}
.AnyTagClassName
{
color: #A390CA;
}
</style>
background-color css
<style>
a { background-color: #A390CA; }
a { background-color: rgb(163,144,202); }
div.DivClassName
{
background-color: #A390CA;
}
.BgClassName
{
background-color: #A390CA;
}
</style>
border-color css
<style>
span { border-color: #A390CA; }
span { border-color: rgb(163,144,202); }
td.TdClassName
{
border-color: #A390CA;
}
.TagClassName
{
border-color: #A390CA;
}
</style>