Shades of Cold Purple #A491CA
Tints of Cold Purple #A491CA
RGB
CMYK
RGB Variations
Color information
#A491CA (or 0xA491CA) is known color: Cold Purple. HEX triplet: A4, 91 and CA. RGB value is (164,145,202). Sum of RGB (Red+Green+Blue) = 164+145+202=511 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.09% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 202 - color contains mainly: blue. Hex color #A491CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491CA is #5B6E35. Grayscale: #9C9C9C. Windows color (decimal): -5991990 or 13275556. OLE color: 13275556.
HSL color Cylindrical-coordinate representation of color #A491CA: hue angle of 260º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A491CA is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 164 | 145 | 202 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.21 |
| HSL | 260º | 0.35% | 0.68% | - |
| HSV(B) | 260º | 0.28% | 0.79% | - |
| XYZ | 36.1 | 32.41 | 60.23 | - |
| YUV | 157.18 | 153.29 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 145 | 202 | 0.19 | 0.28 | 0 | 0.21 | 260 | 0.35 | 0.68 |
| Hex | A4 | 91 | CA | 13 | 1C | 0 | 15 | 104 | 23 | 44 |
| Octal | 244 | 221 | 312 | 23 | 34 | 0 | 25 | 404 | 43 | 104 |
| Binary | 10100100 | 10010001 | 11001010 | 10011 | 11100 | 0 | 10101 | 100000100 | 100011 | 1000100 |
Color Harmonies of #A491CA
Complementary color
Monochromatic Colors of #A491CA
Black with #A491CA
Text Example
Text Example
White with #A491CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A491CA; }
p { color: rgb(164,145,202); }
H1.HeaderClassName
{
color: #A491CA;
}
.AnyTagClassName
{
color: #A491CA;
}
</style>
background-color css
<style>
a { background-color: #A491CA; }
a { background-color: rgb(164,145,202); }
div.DivClassName
{
background-color: #A491CA;
}
.BgClassName
{
background-color: #A491CA;
}
</style>
border-color css
<style>
span { border-color: #A491CA; }
span { border-color: rgb(164,145,202); }
td.TdClassName
{
border-color: #A491CA;
}
.TagClassName
{
border-color: #A491CA;
}
</style>