Shades of Cold Purple #A780CF
Tints of Cold Purple #A780CF
RGB
CMYK
RGB Variations
Color information
#A780CF (or 0xA780CF) is known color: Cold Purple. HEX triplet: A7, 80 and CF. RGB value is (167,128,207). Sum of RGB (Red+Green+Blue) = 167+128+207=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #A780CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780CF is #587F30. Grayscale: #949494. Windows color (decimal): -5799729 or 13598887. OLE color: 13598887.
HSL color Cylindrical-coordinate representation of color #A780CF: hue angle of 269.62º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A780CF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 128 | 207 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.19 |
| HSL | 269.62º | 0.45% | 0.66% | - |
| HSV(B) | 269.62º | 0.38% | 0.81% | - |
| XYZ | 34.92 | 28.16 | 62.63 | - |
| YUV | 148.67 | 160.92 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 207 | 0.19 | 0.38 | 0 | 0.19 | 269.62 | 0.45 | 0.66 |
| Hex | A7 | 80 | CF | 13 | 26 | 0 | 13 | 10E | 2D | 42 |
| Octal | 247 | 200 | 317 | 23 | 46 | 0 | 23 | 416 | 55 | 102 |
| Binary | 10100111 | 10000000 | 11001111 | 10011 | 100110 | 0 | 10011 | 100001110 | 101101 | 1000010 |
Color Harmonies of #A780CF
Complementary color
Monochromatic Colors of #A780CF
Black with #A780CF
Text Example
Text Example
White with #A780CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780CF; }
p { color: rgb(167,128,207); }
H1.HeaderClassName
{
color: #A780CF;
}
.AnyTagClassName
{
color: #A780CF;
}
</style>
background-color css
<style>
a { background-color: #A780CF; }
a { background-color: rgb(167,128,207); }
div.DivClassName
{
background-color: #A780CF;
}
.BgClassName
{
background-color: #A780CF;
}
</style>
border-color css
<style>
span { border-color: #A780CF; }
span { border-color: rgb(167,128,207); }
td.TdClassName
{
border-color: #A780CF;
}
.TagClassName
{
border-color: #A780CF;
}
</style>