Shades of Cold Purple #A782CE
Tints of Cold Purple #A782CE
RGB
CMYK
RGB Variations
Color information
#A782CE (or 0xA782CE) is known color: Cold Purple. HEX triplet: A7, 82 and CE. RGB value is (167,130,206). Sum of RGB (Red+Green+Blue) = 167+130+206=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #A782CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A782CE is #587D31. Grayscale: #959595. Windows color (decimal): -5799218 or 13533863. OLE color: 13533863.
HSL color Cylindrical-coordinate representation of color #A782CE: hue angle of 269.21º degrees, saturation: 0.44, 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 #A782CE is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 130 | 206 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.19 |
| HSL | 269.21º | 0.44% | 0.66% | - |
| HSV(B) | 269.21º | 0.37% | 0.81% | - |
| XYZ | 35.06 | 28.64 | 62.07 | - |
| YUV | 149.73 | 159.76 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 130 | 206 | 0.19 | 0.37 | 0 | 0.19 | 269.21 | 0.44 | 0.66 |
| Hex | A7 | 82 | CE | 13 | 25 | 0 | 13 | 10D | 2C | 42 |
| Octal | 247 | 202 | 316 | 23 | 45 | 0 | 23 | 415 | 54 | 102 |
| Binary | 10100111 | 10000010 | 11001110 | 10011 | 100101 | 0 | 10011 | 100001101 | 101100 | 1000010 |
Color Harmonies of #A782CE
Complementary color
Monochromatic Colors of #A782CE
Black with #A782CE
Text Example
Text Example
White with #A782CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A782CE; }
p { color: rgb(167,130,206); }
H1.HeaderClassName
{
color: #A782CE;
}
.AnyTagClassName
{
color: #A782CE;
}
</style>
background-color css
<style>
a { background-color: #A782CE; }
a { background-color: rgb(167,130,206); }
div.DivClassName
{
background-color: #A782CE;
}
.BgClassName
{
background-color: #A782CE;
}
</style>
border-color css
<style>
span { border-color: #A782CE; }
span { border-color: rgb(167,130,206); }
td.TdClassName
{
border-color: #A782CE;
}
.TagClassName
{
border-color: #A782CE;
}
</style>