Shades of Cold Purple #A082CA
Tints of Cold Purple #A082CA
RGB
CMYK
RGB Variations
Color information
#A082CA (or 0xA082CA) is known color: Cold Purple. HEX triplet: A0, 82 and CA. RGB value is (160,130,202). Sum of RGB (Red+Green+Blue) = 160+130+202=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A082CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082CA is #5F7D35. Grayscale: #929292. Windows color (decimal): -6257974 or 13271712. OLE color: 13271712.
HSL color Cylindrical-coordinate representation of color #A082CA: hue angle of 265º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A082CA is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 130 | 202 | - |
| CMYK | 0.21 | 0.36 | 0 | 0.21 |
| HSL | 265º | 0.4% | 0.65% | - |
| HSV(B) | 265º | 0.36% | 0.79% | - |
| XYZ | 33.14 | 27.7 | 59.48 | - |
| YUV | 147.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 202 | 0.21 | 0.36 | 0 | 0.21 | 265 | 0.4 | 0.65 |
| Hex | A0 | 82 | CA | 15 | 24 | 0 | 15 | 109 | 28 | 41 |
| Octal | 240 | 202 | 312 | 25 | 44 | 0 | 25 | 411 | 50 | 101 |
| Binary | 10100000 | 10000010 | 11001010 | 10101 | 100100 | 0 | 10101 | 100001001 | 101000 | 1000001 |
Color Harmonies of #A082CA
Complementary color
Monochromatic Colors of #A082CA
Black with #A082CA
Text Example
Text Example
White with #A082CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082CA; }
p { color: rgb(160,130,202); }
H1.HeaderClassName
{
color: #A082CA;
}
.AnyTagClassName
{
color: #A082CA;
}
</style>
background-color css
<style>
a { background-color: #A082CA; }
a { background-color: rgb(160,130,202); }
div.DivClassName
{
background-color: #A082CA;
}
.BgClassName
{
background-color: #A082CA;
}
</style>
border-color css
<style>
span { border-color: #A082CA; }
span { border-color: rgb(160,130,202); }
td.TdClassName
{
border-color: #A082CA;
}
.TagClassName
{
border-color: #A082CA;
}
</style>