Shades of Cold Purple #A190C5
Tints of Cold Purple #A190C5
RGB
CMYK
RGB Variations
Color information
#A190C5 (or 0xA190C5) is known color: Cold Purple. HEX triplet: A1, 90 and C5. RGB value is (161,144,197). Sum of RGB (Red+Green+Blue) = 161+144+197=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #A190C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190C5 is #5E6F3A. Grayscale: #9A9A9A. Windows color (decimal): -6188859 or 12947617. OLE color: 12947617.
HSL color Cylindrical-coordinate representation of color #A190C5: hue angle of 259.25º 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 #A190C5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 144 | 197 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.23 |
| HSL | 259.25º | 0.31% | 0.67% | - |
| HSV(B) | 259.25º | 0.27% | 0.77% | - |
| XYZ | 34.75 | 31.55 | 57.08 | - |
| YUV | 155.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 197 | 0.18 | 0.27 | 0 | 0.23 | 259.25 | 0.31 | 0.67 |
| Hex | A1 | 90 | C5 | 12 | 1B | 0 | 17 | 103 | 1F | 43 |
| Octal | 241 | 220 | 305 | 22 | 33 | 0 | 27 | 403 | 37 | 103 |
| Binary | 10100001 | 10010000 | 11000101 | 10010 | 11011 | 0 | 10111 | 100000011 | 11111 | 1000011 |
Color Harmonies of #A190C5
Complementary color
Monochromatic Colors of #A190C5
Black with #A190C5
Text Example
Text Example
White with #A190C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190C5; }
p { color: rgb(161,144,197); }
H1.HeaderClassName
{
color: #A190C5;
}
.AnyTagClassName
{
color: #A190C5;
}
</style>
background-color css
<style>
a { background-color: #A190C5; }
a { background-color: rgb(161,144,197); }
div.DivClassName
{
background-color: #A190C5;
}
.BgClassName
{
background-color: #A190C5;
}
</style>
border-color css
<style>
span { border-color: #A190C5; }
span { border-color: rgb(161,144,197); }
td.TdClassName
{
border-color: #A190C5;
}
.TagClassName
{
border-color: #A190C5;
}
</style>