Shades of Cold Purple #A082C1
Tints of Cold Purple #A082C1
RGB
CMYK
RGB Variations
Color information
#A082C1 (or 0xA082C1) is known color: Cold Purple. HEX triplet: A0, 82 and C1. RGB value is (160,130,193). Sum of RGB (Red+Green+Blue) = 160+130+193=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 193 (75.78% from 255 or 39.96% from 483); Max value from RGB is 193 - color contains mainly: blue. Hex color #A082C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082C1 is #5F7D3E. Grayscale: #919191. Windows color (decimal): -6257983 or 12681888. OLE color: 12681888.
HSL color Cylindrical-coordinate representation of color #A082C1: hue angle of 268.57º 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 #A082C1 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 130 | 193 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.24 |
| HSL | 268.57º | 0.34% | 0.63% | - |
| HSV(B) | 268.57º | 0.33% | 0.76% | - |
| XYZ | 32.11 | 27.29 | 54.03 | - |
| YUV | 146.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 193 | 0.17 | 0.33 | 0 | 0.24 | 268.57 | 0.34 | 0.63 |
| Hex | A0 | 82 | C1 | 11 | 21 | 0 | 18 | 10D | 22 | 3F |
| Octal | 240 | 202 | 301 | 21 | 41 | 0 | 30 | 415 | 42 | 77 |
| Binary | 10100000 | 10000010 | 11000001 | 10001 | 100001 | 0 | 11000 | 100001101 | 100010 | 111111 |
Color Harmonies of #A082C1
Complementary color
Monochromatic Colors of #A082C1
Black with #A082C1
Text Example
Text Example
White with #A082C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082C1; }
p { color: rgb(160,130,193); }
H1.HeaderClassName
{
color: #A082C1;
}
.AnyTagClassName
{
color: #A082C1;
}
</style>
background-color css
<style>
a { background-color: #A082C1; }
a { background-color: rgb(160,130,193); }
div.DivClassName
{
background-color: #A082C1;
}
.BgClassName
{
background-color: #A082C1;
}
</style>
border-color css
<style>
span { border-color: #A082C1; }
span { border-color: rgb(160,130,193); }
td.TdClassName
{
border-color: #A082C1;
}
.TagClassName
{
border-color: #A082C1;
}
</style>