Shades of Dark Purple #A0227E
Tints of Dark Purple #A0227E
RGB
CMYK
RGB Variations
Color information
#A0227E (or 0xA0227E) is known color: Dark Purple. HEX triplet: A0, 22 and 7E. RGB value is (160,34,126). Sum of RGB (Red+Green+Blue) = 160+34+126=320 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 126 (49.61% from 255 or 39.38% from 320); Max value from RGB is 160 - color contains mainly: red. Hex color #A0227E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0227E is #5FDD81. Grayscale: #515151. Windows color (decimal): -6282626 or 8266400. OLE color: 8266400.
HSL color Cylindrical-coordinate representation of color #A0227E: hue angle of 316.19º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0227E is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 34 | 126 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.37 |
| HSL | 316.19º | 0.65% | 0.38% | - |
| HSV(B) | 316.19º | 0.79% | 0.63% | - |
| XYZ | 18.84 | 10.12 | 20.7 | - |
| YUV | 82.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 34 | 126 | 0 | 0.79 | 0.21 | 0.37 | 316.19 | 0.65 | 0.38 |
| Hex | A0 | 22 | 7E | 0 | 4F | 15 | 25 | 13C | 41 | 26 |
| Octal | 240 | 42 | 176 | 0 | 117 | 25 | 45 | 474 | 101 | 46 |
| Binary | 10100000 | 100010 | 1111110 | 0 | 1001111 | 10101 | 100101 | 100111100 | 1000001 | 100110 |
Color Harmonies of #A0227E
Complementary color
Monochromatic Colors of #A0227E
Black with #A0227E
Text Example
Text Example
White with #A0227E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0227E; }
p { color: rgb(160,34,126); }
H1.HeaderClassName
{
color: #A0227E;
}
.AnyTagClassName
{
color: #A0227E;
}
</style>
background-color css
<style>
a { background-color: #A0227E; }
a { background-color: rgb(160,34,126); }
div.DivClassName
{
background-color: #A0227E;
}
.BgClassName
{
background-color: #A0227E;
}
</style>
border-color css
<style>
span { border-color: #A0227E; }
span { border-color: rgb(160,34,126); }
td.TdClassName
{
border-color: #A0227E;
}
.TagClassName
{
border-color: #A0227E;
}
</style>