Shades of Cold Purple #A490C0
Tints of Cold Purple #A490C0
RGB
CMYK
RGB Variations
Color information
#A490C0 (or 0xA490C0) is known color: Cold Purple. HEX triplet: A4, 90 and C0. RGB value is (164,144,192). Sum of RGB (Red+Green+Blue) = 164+144+192=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #A490C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490C0 is #5B6F3F. Grayscale: #9B9B9B. Windows color (decimal): -5992256 or 12619940. OLE color: 12619940.
HSL color Cylindrical-coordinate representation of color #A490C0: hue angle of 265º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A490C0 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 144 | 192 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.25 |
| HSL | 265º | 0.28% | 0.66% | - |
| HSV(B) | 265º | 0.25% | 0.75% | - |
| XYZ | 34.8 | 31.64 | 54.14 | - |
| YUV | 155.45 | 148.63 | 134.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 192 | 0.15 | 0.25 | 0 | 0.25 | 265 | 0.28 | 0.66 |
| Hex | A4 | 90 | C0 | F | 19 | 0 | 19 | 109 | 1C | 42 |
| Octal | 244 | 220 | 300 | 17 | 31 | 0 | 31 | 411 | 34 | 102 |
| Binary | 10100100 | 10010000 | 11000000 | 1111 | 11001 | 0 | 11001 | 100001001 | 11100 | 1000010 |
Color Harmonies of #A490C0
Complementary color
Monochromatic Colors of #A490C0
Black with #A490C0
Text Example
Text Example
White with #A490C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490C0; }
p { color: rgb(164,144,192); }
H1.HeaderClassName
{
color: #A490C0;
}
.AnyTagClassName
{
color: #A490C0;
}
</style>
background-color css
<style>
a { background-color: #A490C0; }
a { background-color: rgb(164,144,192); }
div.DivClassName
{
background-color: #A490C0;
}
.BgClassName
{
background-color: #A490C0;
}
</style>
border-color css
<style>
span { border-color: #A490C0; }
span { border-color: rgb(164,144,192); }
td.TdClassName
{
border-color: #A490C0;
}
.TagClassName
{
border-color: #A490C0;
}
</style>