Shades of Cold Purple #A182C1
Tints of Cold Purple #A182C1
RGB
CMYK
RGB Variations
Color information
#A182C1 (or 0xA182C1) is known color: Cold Purple. HEX triplet: A1, 82 and C1. RGB value is (161,130,193). Sum of RGB (Red+Green+Blue) = 161+130+193=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 193 - color contains mainly: blue. Hex color #A182C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A182C1 is #5E7D3E. Grayscale: #929292. Windows color (decimal): -6192447 or 12681889. OLE color: 12681889.
HSL color Cylindrical-coordinate representation of color #A182C1: hue angle of 269.52º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A182C1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 130 | 193 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.24 |
| HSL | 269.52º | 0.34% | 0.63% | - |
| HSV(B) | 269.52º | 0.33% | 0.76% | - |
| XYZ | 32.31 | 27.39 | 54.04 | - |
| YUV | 146.45 | 154.27 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 130 | 193 | 0.17 | 0.33 | 0 | 0.24 | 269.52 | 0.34 | 0.63 |
| Hex | A1 | 82 | C1 | 11 | 21 | 0 | 18 | 10E | 22 | 3F |
| Octal | 241 | 202 | 301 | 21 | 41 | 0 | 30 | 416 | 42 | 77 |
| Binary | 10100001 | 10000010 | 11000001 | 10001 | 100001 | 0 | 11000 | 100001110 | 100010 | 111111 |
Color Harmonies of #A182C1
Complementary color
Monochromatic Colors of #A182C1
Black with #A182C1
Text Example
Text Example
White with #A182C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A182C1; }
p { color: rgb(161,130,193); }
H1.HeaderClassName
{
color: #A182C1;
}
.AnyTagClassName
{
color: #A182C1;
}
</style>
background-color css
<style>
a { background-color: #A182C1; }
a { background-color: rgb(161,130,193); }
div.DivClassName
{
background-color: #A182C1;
}
.BgClassName
{
background-color: #A182C1;
}
</style>
border-color css
<style>
span { border-color: #A182C1; }
span { border-color: rgb(161,130,193); }
td.TdClassName
{
border-color: #A182C1;
}
.TagClassName
{
border-color: #A182C1;
}
</style>