Shades of Dark Purple #A02676
Tints of Dark Purple #A02676
RGB
CMYK
RGB Variations
Color information
#A02676 (or 0xA02676) is known color: Dark Purple. HEX triplet: A0, 26 and 76. RGB value is (160,38,118). Sum of RGB (Red+Green+Blue) = 160+38+118=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 118 (46.48% from 255 or 37.34% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A02676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02676 is #5FD989. Grayscale: #535353. Windows color (decimal): -6281610 or 7743136. OLE color: 7743136.
HSL color Cylindrical-coordinate representation of color #A02676: hue angle of 320.66º 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 #A02676 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 38 | 118 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.37 |
| HSL | 320.66º | 0.62% | 0.39% | - |
| HSV(B) | 320.66º | 0.76% | 0.63% | - |
| XYZ | 18.46 | 10.17 | 18.13 | - |
| YUV | 83.6 | 147.42 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 38 | 118 | 0 | 0.76 | 0.26 | 0.37 | 320.66 | 0.62 | 0.39 |
| Hex | A0 | 26 | 76 | 0 | 4C | 1A | 25 | 141 | 3E | 27 |
| Octal | 240 | 46 | 166 | 0 | 114 | 32 | 45 | 501 | 76 | 47 |
| Binary | 10100000 | 100110 | 1110110 | 0 | 1001100 | 11010 | 100101 | 101000001 | 111110 | 100111 |
Color Harmonies of #A02676
Complementary color
Monochromatic Colors of #A02676
Black with #A02676
Text Example
Text Example
White with #A02676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02676; }
p { color: rgb(160,38,118); }
H1.HeaderClassName
{
color: #A02676;
}
.AnyTagClassName
{
color: #A02676;
}
</style>
background-color css
<style>
a { background-color: #A02676; }
a { background-color: rgb(160,38,118); }
div.DivClassName
{
background-color: #A02676;
}
.BgClassName
{
background-color: #A02676;
}
</style>
border-color css
<style>
span { border-color: #A02676; }
span { border-color: rgb(160,38,118); }
td.TdClassName
{
border-color: #A02676;
}
.TagClassName
{
border-color: #A02676;
}
</style>