Shades of Cold Purple #A780D0
Tints of Cold Purple #A780D0
RGB
CMYK
RGB Variations
Color information
#A780D0 (or 0xA780D0) is known color: Cold Purple. HEX triplet: A7, 80 and D0. RGB value is (167,128,208). Sum of RGB (Red+Green+Blue) = 167+128+208=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #A780D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A780D0 is #587F2F. Grayscale: #949494. Windows color (decimal): -5799728 or 13664423. OLE color: 13664423.
HSL color Cylindrical-coordinate representation of color #A780D0: hue angle of 269.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A780D0 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 167 | 128 | 208 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.18 |
| HSL | 269.25º | 0.46% | 0.66% | - |
| HSV(B) | 269.25º | 0.38% | 0.82% | - |
| XYZ | 35.04 | 28.21 | 63.27 | - |
| YUV | 148.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 208 | 0.20 | 0.38 | 0 | 0.18 | 269.25 | 0.46 | 0.66 |
| Hex | A7 | 80 | D0 | 14 | 26 | 0 | 12 | 10D | 2E | 42 |
| Octal | 247 | 200 | 320 | 24 | 46 | 0 | 22 | 415 | 56 | 102 |
| Binary | 10100111 | 10000000 | 11010000 | 10100 | 100110 | 0 | 10010 | 100001101 | 101110 | 1000010 |
Color Harmonies of #A780D0
Complementary color
Monochromatic Colors of #A780D0
Black with #A780D0
Text Example
Text Example
White with #A780D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780D0; }
p { color: rgb(167,128,208); }
H1.HeaderClassName
{
color: #A780D0;
}
.AnyTagClassName
{
color: #A780D0;
}
</style>
background-color css
<style>
a { background-color: #A780D0; }
a { background-color: rgb(167,128,208); }
div.DivClassName
{
background-color: #A780D0;
}
.BgClassName
{
background-color: #A780D0;
}
</style>
border-color css
<style>
span { border-color: #A780D0; }
span { border-color: rgb(167,128,208); }
td.TdClassName
{
border-color: #A780D0;
}
.TagClassName
{
border-color: #A780D0;
}
</style>