Shades of Dark Purple #A02A7F
Tints of Dark Purple #A02A7F
RGB
CMYK
RGB Variations
Color information
#A02A7F (or 0xA02A7F) is known color: Dark Purple. HEX triplet: A0, 2A and 7F. RGB value is (160,42,127). Sum of RGB (Red+Green+Blue) = 160+42+127=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A7F is #5FD580. Grayscale: #565656. Windows color (decimal): -6280577 or 8333984. OLE color: 8333984.
HSL color Cylindrical-coordinate representation of color #A02A7F: hue angle of 316.78º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A02A7F is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 127 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.37 |
| HSL | 316.78º | 0.58% | 0.4% | - |
| HSV(B) | 316.78º | 0.74% | 0.63% | - |
| XYZ | 19.16 | 10.66 | 21.13 | - |
| YUV | 86.97 | 150.59 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 127 | 0 | 0.74 | 0.21 | 0.37 | 316.78 | 0.58 | 0.4 |
| Hex | A0 | 2A | 7F | 0 | 4A | 15 | 25 | 13D | 3A | 28 |
| Octal | 240 | 52 | 177 | 0 | 112 | 25 | 45 | 475 | 72 | 50 |
| Binary | 10100000 | 101010 | 1111111 | 0 | 1001010 | 10101 | 100101 | 100111101 | 111010 | 101000 |
Color Harmonies of #A02A7F
Complementary color
Monochromatic Colors of #A02A7F
Black with #A02A7F
Text Example
Text Example
White with #A02A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A7F; }
p { color: rgb(160,42,127); }
H1.HeaderClassName
{
color: #A02A7F;
}
.AnyTagClassName
{
color: #A02A7F;
}
</style>
background-color css
<style>
a { background-color: #A02A7F; }
a { background-color: rgb(160,42,127); }
div.DivClassName
{
background-color: #A02A7F;
}
.BgClassName
{
background-color: #A02A7F;
}
</style>
border-color css
<style>
span { border-color: #A02A7F; }
span { border-color: rgb(160,42,127); }
td.TdClassName
{
border-color: #A02A7F;
}
.TagClassName
{
border-color: #A02A7F;
}
</style>