Shades of Cold Purple #A180C1
Tints of Cold Purple #A180C1
RGB
CMYK
RGB Variations
Color information
#A180C1 (or 0xA180C1) is known color: Cold Purple. HEX triplet: A1, 80 and C1. RGB value is (161,128,193). Sum of RGB (Red+Green+Blue) = 161+128+193=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A180C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180C1 is #5E7F3E. Grayscale: #919191. Windows color (decimal): -6192959 or 12681377. OLE color: 12681377.
HSL color Cylindrical-coordinate representation of color #A180C1: hue angle of 270.46º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A180C1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 128 | 193 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.24 |
| HSL | 270.46º | 0.34% | 0.63% | - |
| HSV(B) | 270.46º | 0.34% | 0.76% | - |
| XYZ | 32.04 | 26.87 | 53.95 | - |
| YUV | 145.28 | 154.93 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 128 | 193 | 0.17 | 0.34 | 0 | 0.24 | 270.46 | 0.34 | 0.63 |
| Hex | A1 | 80 | C1 | 11 | 22 | 0 | 18 | 10E | 22 | 3F |
| Octal | 241 | 200 | 301 | 21 | 42 | 0 | 30 | 416 | 42 | 77 |
| Binary | 10100001 | 10000000 | 11000001 | 10001 | 100010 | 0 | 11000 | 100001110 | 100010 | 111111 |
Color Harmonies of #A180C1
Complementary color
Monochromatic Colors of #A180C1
Black with #A180C1
Text Example
Text Example
White with #A180C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A180C1; }
p { color: rgb(161,128,193); }
H1.HeaderClassName
{
color: #A180C1;
}
.AnyTagClassName
{
color: #A180C1;
}
</style>
background-color css
<style>
a { background-color: #A180C1; }
a { background-color: rgb(161,128,193); }
div.DivClassName
{
background-color: #A180C1;
}
.BgClassName
{
background-color: #A180C1;
}
</style>
border-color css
<style>
span { border-color: #A180C1; }
span { border-color: rgb(161,128,193); }
td.TdClassName
{
border-color: #A180C1;
}
.TagClassName
{
border-color: #A180C1;
}
</style>