Shades of Dark Purple #A0207B
Tints of Dark Purple #A0207B
RGB
CMYK
RGB Variations
Color information
#A0207B (or 0xA0207B) is known color: Dark Purple. HEX triplet: A0, 20 and 7B. RGB value is (160,32,123). Sum of RGB (Red+Green+Blue) = 160+32+123=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A0207B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0207B is #5FDF84. Grayscale: #505050. Windows color (decimal): -6283141 or 8069280. OLE color: 8069280.
HSL color Cylindrical-coordinate representation of color #A0207B: hue angle of 317.34º 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 #A0207B is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 32 | 123 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.37 |
| HSL | 317.34º | 0.67% | 0.38% | - |
| HSV(B) | 317.34º | 0.8% | 0.63% | - |
| XYZ | 18.59 | 9.94 | 19.68 | - |
| YUV | 80.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 32 | 123 | 0 | 0.80 | 0.23 | 0.37 | 317.34 | 0.67 | 0.38 |
| Hex | A0 | 20 | 7B | 0 | 50 | 17 | 25 | 13D | 43 | 26 |
| Octal | 240 | 40 | 173 | 0 | 120 | 27 | 45 | 475 | 103 | 46 |
| Binary | 10100000 | 100000 | 1111011 | 0 | 1010000 | 10111 | 100101 | 100111101 | 1000011 | 100110 |
Color Harmonies of #A0207B
Complementary color
Monochromatic Colors of #A0207B
Black with #A0207B
Text Example
Text Example
White with #A0207B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0207B; }
p { color: rgb(160,32,123); }
H1.HeaderClassName
{
color: #A0207B;
}
.AnyTagClassName
{
color: #A0207B;
}
</style>
background-color css
<style>
a { background-color: #A0207B; }
a { background-color: rgb(160,32,123); }
div.DivClassName
{
background-color: #A0207B;
}
.BgClassName
{
background-color: #A0207B;
}
</style>
border-color css
<style>
span { border-color: #A0207B; }
span { border-color: rgb(160,32,123); }
td.TdClassName
{
border-color: #A0207B;
}
.TagClassName
{
border-color: #A0207B;
}
</style>