Shades of Dark Purple #A0207E
Tints of Dark Purple #A0207E
RGB
CMYK
RGB Variations
Color information
#A0207E (or 0xA0207E) is known color: Dark Purple. HEX triplet: A0, 20 and 7E. RGB value is (160,32,126). Sum of RGB (Red+Green+Blue) = 160+32+126=318 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.31% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 160 - color contains mainly: red. Hex color #A0207E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0207E is #5FDF81. Grayscale: #505050. Windows color (decimal): -6283138 or 8265888. OLE color: 8265888.
HSL color Cylindrical-coordinate representation of color #A0207E: hue angle of 315.94º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A0207E is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 126 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.37 |
| HSL | 315.94º | 0.67% | 0.38% | - |
| HSV(B) | 315.94º | 0.8% | 0.63% | - |
| XYZ | 18.78 | 10.01 | 20.68 | - |
| YUV | 80.99 | 153.41 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 126 | 0 | 0.80 | 0.21 | 0.37 | 315.94 | 0.67 | 0.38 |
| Hex | A0 | 20 | 7E | 0 | 50 | 15 | 25 | 13C | 43 | 26 |
| Octal | 240 | 40 | 176 | 0 | 120 | 25 | 45 | 474 | 103 | 46 |
| Binary | 10100000 | 100000 | 1111110 | 0 | 1010000 | 10101 | 100101 | 100111100 | 1000011 | 100110 |
Color Harmonies of #A0207E
Complementary color
Monochromatic Colors of #A0207E
Black with #A0207E
Text Example
Text Example
White with #A0207E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0207E; }
p { color: rgb(160,32,126); }
H1.HeaderClassName
{
color: #A0207E;
}
.AnyTagClassName
{
color: #A0207E;
}
</style>
background-color css
<style>
a { background-color: #A0207E; }
a { background-color: rgb(160,32,126); }
div.DivClassName
{
background-color: #A0207E;
}
.BgClassName
{
background-color: #A0207E;
}
</style>
border-color css
<style>
span { border-color: #A0207E; }
span { border-color: rgb(160,32,126); }
td.TdClassName
{
border-color: #A0207E;
}
.TagClassName
{
border-color: #A0207E;
}
</style>