Shades of Dark Purple #A02A7E
Tints of Dark Purple #A02A7E
RGB
CMYK
RGB Variations
Color information
#A02A7E (or 0xA02A7E) is known color: Dark Purple. HEX triplet: A0, 2A and 7E. RGB value is (160,42,126). Sum of RGB (Red+Green+Blue) = 160+42+126=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 42 (16.80% from 255 or 12.80% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A02A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A02A7E is #5FD581. Grayscale: #565656. Windows color (decimal): -6280578 or 8268448. OLE color: 8268448.
HSL color Cylindrical-coordinate representation of color #A02A7E: hue angle of 317.29º 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 #A02A7E is Cyan = 0, Magento = 0.74, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 42 | 126 | - |
| CMYK | 0 | 0.74 | 0.21 | 0.37 |
| HSL | 317.29º | 0.58% | 0.4% | - |
| HSV(B) | 317.29º | 0.74% | 0.63% | - |
| XYZ | 19.09 | 10.64 | 20.79 | - |
| YUV | 86.86 | 150.09 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 42 | 126 | 0 | 0.74 | 0.21 | 0.37 | 317.29 | 0.58 | 0.4 |
| Hex | A0 | 2A | 7E | 0 | 4A | 15 | 25 | 13D | 3A | 28 |
| Octal | 240 | 52 | 176 | 0 | 112 | 25 | 45 | 475 | 72 | 50 |
| Binary | 10100000 | 101010 | 1111110 | 0 | 1001010 | 10101 | 100101 | 100111101 | 111010 | 101000 |
Color Harmonies of #A02A7E
Complementary color
Monochromatic Colors of #A02A7E
Black with #A02A7E
Text Example
Text Example
White with #A02A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A02A7E; }
p { color: rgb(160,42,126); }
H1.HeaderClassName
{
color: #A02A7E;
}
.AnyTagClassName
{
color: #A02A7E;
}
</style>
background-color css
<style>
a { background-color: #A02A7E; }
a { background-color: rgb(160,42,126); }
div.DivClassName
{
background-color: #A02A7E;
}
.BgClassName
{
background-color: #A02A7E;
}
</style>
border-color css
<style>
span { border-color: #A02A7E; }
span { border-color: rgb(160,42,126); }
td.TdClassName
{
border-color: #A02A7E;
}
.TagClassName
{
border-color: #A02A7E;
}
</style>