Shades of Dark Orchid #A030BA
Tints of Dark Orchid #A030BA
RGB
CMYK
RGB Variations
Color information
#A030BA (or 0xA030BA) is known color: Dark Orchid. HEX triplet: A0, 30 and BA. RGB value is (160,48,186). Sum of RGB (Red+Green+Blue) = 160+48+186=394 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.61% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #A030BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A030BA is #5FCF45. Grayscale: #606060. Windows color (decimal): -6278982 or 12202144. OLE color: 12202144.
HSL color Cylindrical-coordinate representation of color #A030BA: hue angle of 288.7º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A030BA is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 48 | 186 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.27 |
| HSL | 288.7º | 0.59% | 0.46% | - |
| HSV(B) | 288.7º | 0.74% | 0.73% | - |
| XYZ | 24.42 | 13.13 | 47.7 | - |
| YUV | 97.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 48 | 186 | 0.14 | 0.74 | 0 | 0.27 | 288.7 | 0.59 | 0.46 |
| Hex | A0 | 30 | BA | E | 4A | 0 | 1B | 121 | 3B | 2E |
| Octal | 240 | 60 | 272 | 16 | 112 | 0 | 33 | 441 | 73 | 56 |
| Binary | 10100000 | 110000 | 10111010 | 1110 | 1001010 | 0 | 11011 | 100100001 | 111011 | 101110 |
Color Harmonies of #A030BA
Complementary color
Monochromatic Colors of #A030BA
Black with #A030BA
Text Example
Text Example
White with #A030BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A030BA; }
p { color: rgb(160,48,186); }
H1.HeaderClassName
{
color: #A030BA;
}
.AnyTagClassName
{
color: #A030BA;
}
</style>
background-color css
<style>
a { background-color: #A030BA; }
a { background-color: rgb(160,48,186); }
div.DivClassName
{
background-color: #A030BA;
}
.BgClassName
{
background-color: #A030BA;
}
</style>
border-color css
<style>
span { border-color: #A030BA; }
span { border-color: rgb(160,48,186); }
td.TdClassName
{
border-color: #A030BA;
}
.TagClassName
{
border-color: #A030BA;
}
</style>