Shades of Cold Purple #A082CF
Tints of Cold Purple #A082CF
RGB
CMYK
RGB Variations
Color information
#A082CF (or 0xA082CF) is known color: Cold Purple. HEX triplet: A0, 82 and CF. RGB value is (160,130,207). Sum of RGB (Red+Green+Blue) = 160+130+207=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 130 (51.17% from 255 or 26.16% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #A082CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A082CF is #5F7D30. Grayscale: #939393. Windows color (decimal): -6257969 or 13599392. OLE color: 13599392.
HSL color Cylindrical-coordinate representation of color #A082CF: hue angle of 263.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A082CF is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 130 | 207 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.19 |
| HSL | 263.38º | 0.45% | 0.66% | - |
| HSV(B) | 263.38º | 0.37% | 0.81% | - |
| XYZ | 33.74 | 27.94 | 62.65 | - |
| YUV | 147.75 | 161.44 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 130 | 207 | 0.23 | 0.37 | 0 | 0.19 | 263.38 | 0.45 | 0.66 |
| Hex | A0 | 82 | CF | 17 | 25 | 0 | 13 | 107 | 2D | 42 |
| Octal | 240 | 202 | 317 | 27 | 45 | 0 | 23 | 407 | 55 | 102 |
| Binary | 10100000 | 10000010 | 11001111 | 10111 | 100101 | 0 | 10011 | 100000111 | 101101 | 1000010 |
Color Harmonies of #A082CF
Complementary color
Monochromatic Colors of #A082CF
Black with #A082CF
Text Example
Text Example
White with #A082CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A082CF; }
p { color: rgb(160,130,207); }
H1.HeaderClassName
{
color: #A082CF;
}
.AnyTagClassName
{
color: #A082CF;
}
</style>
background-color css
<style>
a { background-color: #A082CF; }
a { background-color: rgb(160,130,207); }
div.DivClassName
{
background-color: #A082CF;
}
.BgClassName
{
background-color: #A082CF;
}
</style>
border-color css
<style>
span { border-color: #A082CF; }
span { border-color: rgb(160,130,207); }
td.TdClassName
{
border-color: #A082CF;
}
.TagClassName
{
border-color: #A082CF;
}
</style>