Shades of Dark Purple #A32078
Tints of Dark Purple #A32078
RGB
CMYK
RGB Variations
Color information
#A32078 (or 0xA32078) is known color: Dark Purple. HEX triplet: A3, 20 and 78. RGB value is (163,32,120). Sum of RGB (Red+Green+Blue) = 163+32+120=315 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.75% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 120 (47.27% from 255 or 38.10% from 315); Max value from RGB is 163 - color contains mainly: red. Hex color #A32078 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A32078 is #5CDF87. Grayscale: #505050. Windows color (decimal): -6086536 or 7872675. OLE color: 7872675.
HSL color Cylindrical-coordinate representation of color #A32078: hue angle of 319.69º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A32078 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 32 | 120 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.36 |
| HSL | 319.69º | 0.67% | 0.38% | - |
| HSV(B) | 319.69º | 0.8% | 0.64% | - |
| XYZ | 19.01 | 10.18 | 18.73 | - |
| YUV | 81.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 32 | 120 | 0 | 0.80 | 0.26 | 0.36 | 319.69 | 0.67 | 0.38 |
| Hex | A3 | 20 | 78 | 0 | 50 | 1A | 24 | 140 | 43 | 26 |
| Octal | 243 | 40 | 170 | 0 | 120 | 32 | 44 | 500 | 103 | 46 |
| Binary | 10100011 | 100000 | 1111000 | 0 | 1010000 | 11010 | 100100 | 101000000 | 1000011 | 100110 |
Color Harmonies of #A32078
Complementary color
Monochromatic Colors of #A32078
Black with #A32078
Text Example
Text Example
White with #A32078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A32078; }
p { color: rgb(163,32,120); }
H1.HeaderClassName
{
color: #A32078;
}
.AnyTagClassName
{
color: #A32078;
}
</style>
background-color css
<style>
a { background-color: #A32078; }
a { background-color: rgb(163,32,120); }
div.DivClassName
{
background-color: #A32078;
}
.BgClassName
{
background-color: #A32078;
}
</style>
border-color css
<style>
span { border-color: #A32078; }
span { border-color: rgb(163,32,120); }
td.TdClassName
{
border-color: #A32078;
}
.TagClassName
{
border-color: #A32078;
}
</style>