Shades of Cold Purple #A190C8
Tints of Cold Purple #A190C8
RGB
CMYK
RGB Variations
Color information
#A190C8 (or 0xA190C8) is known color: Cold Purple. HEX triplet: A1, 90 and C8. RGB value is (161,144,200). Sum of RGB (Red+Green+Blue) = 161+144+200=505 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.88% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 200 (78.52% from 255 or 39.60% from 505); Max value from RGB is 200 - color contains mainly: blue. Hex color #A190C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190C8 is #5E6F37. Grayscale: #9B9B9B. Windows color (decimal): -6188856 or 13144225. OLE color: 13144225.
HSL color Cylindrical-coordinate representation of color #A190C8: hue angle of 258.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A190C8 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 144 | 200 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.22 |
| HSL | 258.21º | 0.34% | 0.67% | - |
| HSV(B) | 258.21º | 0.28% | 0.78% | - |
| XYZ | 35.1 | 31.69 | 58.91 | - |
| YUV | 155.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 200 | 0.19 | 0.28 | 0 | 0.22 | 258.21 | 0.34 | 0.67 |
| Hex | A1 | 90 | C8 | 13 | 1C | 0 | 16 | 102 | 22 | 43 |
| Octal | 241 | 220 | 310 | 23 | 34 | 0 | 26 | 402 | 42 | 103 |
| Binary | 10100001 | 10010000 | 11001000 | 10011 | 11100 | 0 | 10110 | 100000010 | 100010 | 1000011 |
Color Harmonies of #A190C8
Complementary color
Monochromatic Colors of #A190C8
Black with #A190C8
Text Example
Text Example
White with #A190C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190C8; }
p { color: rgb(161,144,200); }
H1.HeaderClassName
{
color: #A190C8;
}
.AnyTagClassName
{
color: #A190C8;
}
</style>
background-color css
<style>
a { background-color: #A190C8; }
a { background-color: rgb(161,144,200); }
div.DivClassName
{
background-color: #A190C8;
}
.BgClassName
{
background-color: #A190C8;
}
</style>
border-color css
<style>
span { border-color: #A190C8; }
span { border-color: rgb(161,144,200); }
td.TdClassName
{
border-color: #A190C8;
}
.TagClassName
{
border-color: #A190C8;
}
</style>