Shades of Cold Purple #A290C5
Tints of Cold Purple #A290C5
RGB
CMYK
RGB Variations
Color information
#A290C5 (or 0xA290C5) is known color: Cold Purple. HEX triplet: A2, 90 and C5. RGB value is (162,144,197). Sum of RGB (Red+Green+Blue) = 162+144+197=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #A290C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290C5 is #5D6F3A. Grayscale: #9B9B9B. Windows color (decimal): -6123323 or 12947618. OLE color: 12947618.
HSL color Cylindrical-coordinate representation of color #A290C5: hue angle of 260.38º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A290C5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 144 | 197 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.23 |
| HSL | 260.38º | 0.31% | 0.67% | - |
| HSV(B) | 260.38º | 0.27% | 0.77% | - |
| XYZ | 34.95 | 31.66 | 57.09 | - |
| YUV | 155.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 197 | 0.18 | 0.27 | 0 | 0.23 | 260.38 | 0.31 | 0.67 |
| Hex | A2 | 90 | C5 | 12 | 1B | 0 | 17 | 104 | 1F | 43 |
| Octal | 242 | 220 | 305 | 22 | 33 | 0 | 27 | 404 | 37 | 103 |
| Binary | 10100010 | 10010000 | 11000101 | 10010 | 11011 | 0 | 10111 | 100000100 | 11111 | 1000011 |
Color Harmonies of #A290C5
Complementary color
Monochromatic Colors of #A290C5
Black with #A290C5
Text Example
Text Example
White with #A290C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290C5; }
p { color: rgb(162,144,197); }
H1.HeaderClassName
{
color: #A290C5;
}
.AnyTagClassName
{
color: #A290C5;
}
</style>
background-color css
<style>
a { background-color: #A290C5; }
a { background-color: rgb(162,144,197); }
div.DivClassName
{
background-color: #A290C5;
}
.BgClassName
{
background-color: #A290C5;
}
</style>
border-color css
<style>
span { border-color: #A290C5; }
span { border-color: rgb(162,144,197); }
td.TdClassName
{
border-color: #A290C5;
}
.TagClassName
{
border-color: #A290C5;
}
</style>