Shades of Dark Purple #A02673
Tints of Dark Purple #A02673
RGB
CMYK
RGB Variations
Color information
#A02673 (or 0xA02673) is known color: Dark Purple. HEX triplet: A0, 26 and 73. RGB value is (160,38,115). Sum of RGB (Red+Green+Blue) = 160+38+115=313 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.12% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 160 - color contains mainly: red. Hex color #A02673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02673 is #5FD98C. Grayscale: #535353. Windows color (decimal): -6281613 or 7546528. OLE color: 7546528.
HSL color Cylindrical-coordinate representation of color #A02673: hue angle of 322.13º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A02673 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 115 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.37 |
| HSL | 322.13º | 0.62% | 0.39% | - |
| HSV(B) | 322.13º | 0.76% | 0.63% | - |
| XYZ | 18.28 | 10.1 | 17.2 | - |
| YUV | 83.26 | 145.92 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 115 | 0 | 0.76 | 0.28 | 0.37 | 322.13 | 0.62 | 0.39 |
| Hex | A0 | 26 | 73 | 0 | 4C | 1C | 25 | 142 | 3E | 27 |
| Octal | 240 | 46 | 163 | 0 | 114 | 34 | 45 | 502 | 76 | 47 |
| Binary | 10100000 | 100110 | 1110011 | 0 | 1001100 | 11100 | 100101 | 101000010 | 111110 | 100111 |
Color Harmonies of #A02673
Complementary color
Monochromatic Colors of #A02673
Black with #A02673
Text Example
Text Example
White with #A02673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02673; }
p { color: rgb(160,38,115); }
H1.HeaderClassName
{
color: #A02673;
}
.AnyTagClassName
{
color: #A02673;
}
</style>
background-color css
<style>
a { background-color: #A02673; }
a { background-color: rgb(160,38,115); }
div.DivClassName
{
background-color: #A02673;
}
.BgClassName
{
background-color: #A02673;
}
</style>
border-color css
<style>
span { border-color: #A02673; }
span { border-color: rgb(160,38,115); }
td.TdClassName
{
border-color: #A02673;
}
.TagClassName
{
border-color: #A02673;
}
</style>