Shades of Cold Purple #A082C9
Tints of Cold Purple #A082C9
RGB
CMYK
RGB Variations
Color information
#A082C9 (or 0xA082C9) is known color: Cold Purple. HEX triplet: A0, 82 and C9. RGB value is (160,130,201). Sum of RGB (Red+Green+Blue) = 160+130+201=491 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.59% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 201 (78.91% from 255 or 40.94% from 491); Max value from RGB is 201 - color contains mainly: blue. Hex color #A082C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082C9 is #5F7D36. Grayscale: #929292. Windows color (decimal): -6257975 or 13206176. OLE color: 13206176.
HSL color Cylindrical-coordinate representation of color #A082C9: hue angle of 265.35º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A082C9 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 130 | 201 | - |
| CMYK | 0.20 | 0.35 | 0 | 0.21 |
| HSL | 265.35º | 0.4% | 0.65% | - |
| HSV(B) | 265.35º | 0.35% | 0.79% | - |
| XYZ | 33.02 | 27.66 | 58.86 | - |
| YUV | 147.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 201 | 0.20 | 0.35 | 0 | 0.21 | 265.35 | 0.4 | 0.65 |
| Hex | A0 | 82 | C9 | 14 | 23 | 0 | 15 | 109 | 28 | 41 |
| Octal | 240 | 202 | 311 | 24 | 43 | 0 | 25 | 411 | 50 | 101 |
| Binary | 10100000 | 10000010 | 11001001 | 10100 | 100011 | 0 | 10101 | 100001001 | 101000 | 1000001 |
Color Harmonies of #A082C9
Complementary color
Monochromatic Colors of #A082C9
Black with #A082C9
Text Example
Text Example
White with #A082C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082C9; }
p { color: rgb(160,130,201); }
H1.HeaderClassName
{
color: #A082C9;
}
.AnyTagClassName
{
color: #A082C9;
}
</style>
background-color css
<style>
a { background-color: #A082C9; }
a { background-color: rgb(160,130,201); }
div.DivClassName
{
background-color: #A082C9;
}
.BgClassName
{
background-color: #A082C9;
}
</style>
border-color css
<style>
span { border-color: #A082C9; }
span { border-color: rgb(160,130,201); }
td.TdClassName
{
border-color: #A082C9;
}
.TagClassName
{
border-color: #A082C9;
}
</style>