Shades of Cold Purple #A782CF
Tints of Cold Purple #A782CF
RGB
CMYK
RGB Variations
Color information
#A782CF (or 0xA782CF) is known color: Cold Purple. HEX triplet: A7, 82 and CF. RGB value is (167,130,207). Sum of RGB (Red+Green+Blue) = 167+130+207=504 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.13% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #A782CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CF is #587D30. Grayscale: #959595. Windows color (decimal): -5799217 or 13599399. OLE color: 13599399.
HSL color Cylindrical-coordinate representation of color #A782CF: hue angle of 268.83º 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 #A782CF is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 130 | 207 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.19 |
| HSL | 268.83º | 0.45% | 0.66% | - |
| HSV(B) | 268.83º | 0.37% | 0.81% | - |
| XYZ | 35.18 | 28.69 | 62.71 | - |
| YUV | 149.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 207 | 0.19 | 0.37 | 0 | 0.19 | 268.83 | 0.45 | 0.66 |
| Hex | A7 | 82 | CF | 13 | 25 | 0 | 13 | 10D | 2D | 42 |
| Octal | 247 | 202 | 317 | 23 | 45 | 0 | 23 | 415 | 55 | 102 |
| Binary | 10100111 | 10000010 | 11001111 | 10011 | 100101 | 0 | 10011 | 100001101 | 101101 | 1000010 |
Color Harmonies of #A782CF
Complementary color
Monochromatic Colors of #A782CF
Black with #A782CF
Text Example
Text Example
White with #A782CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A782CF; }
p { color: rgb(167,130,207); }
H1.HeaderClassName
{
color: #A782CF;
}
.AnyTagClassName
{
color: #A782CF;
}
</style>
background-color css
<style>
a { background-color: #A782CF; }
a { background-color: rgb(167,130,207); }
div.DivClassName
{
background-color: #A782CF;
}
.BgClassName
{
background-color: #A782CF;
}
</style>
border-color css
<style>
span { border-color: #A782CF; }
span { border-color: rgb(167,130,207); }
td.TdClassName
{
border-color: #A782CF;
}
.TagClassName
{
border-color: #A782CF;
}
</style>