Shades of Dark Orchid #A034DB
Tints of Dark Orchid #A034DB
RGB
CMYK
RGB Variations
Color information
#A034DB (or 0xA034DB) is known color: Dark Orchid. HEX triplet: A0, 34 and DB. RGB value is (160,52,219). Sum of RGB (Red+Green+Blue) = 160+52+219=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A034DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034DB is #5FCB24. Grayscale: #666666. Windows color (decimal): -6277925 or 14365856. OLE color: 14365856.
HSL color Cylindrical-coordinate representation of color #A034DB: hue angle of 278.8º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A034DB is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 52 | 219 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.14 |
| HSL | 278.8º | 0.7% | 0.53% | - |
| HSV(B) | 278.8º | 0.76% | 0.86% | - |
| XYZ | 28.51 | 15.04 | 68.42 | - |
| YUV | 103.33 | 193.28 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 219 | 0.27 | 0.76 | 0 | 0.14 | 278.8 | 0.7 | 0.53 |
| Hex | A0 | 34 | DB | 1B | 4C | 0 | E | 117 | 46 | 35 |
| Octal | 240 | 64 | 333 | 33 | 114 | 0 | 16 | 427 | 106 | 65 |
| Binary | 10100000 | 110100 | 11011011 | 11011 | 1001100 | 0 | 1110 | 100010111 | 1000110 | 110101 |
Color Harmonies of #A034DB
Complementary color
Monochromatic Colors of #A034DB
Black with #A034DB
Text Example
Text Example
White with #A034DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034DB; }
p { color: rgb(160,52,219); }
H1.HeaderClassName
{
color: #A034DB;
}
.AnyTagClassName
{
color: #A034DB;
}
</style>
background-color css
<style>
a { background-color: #A034DB; }
a { background-color: rgb(160,52,219); }
div.DivClassName
{
background-color: #A034DB;
}
.BgClassName
{
background-color: #A034DB;
}
</style>
border-color css
<style>
span { border-color: #A034DB; }
span { border-color: rgb(160,52,219); }
td.TdClassName
{
border-color: #A034DB;
}
.TagClassName
{
border-color: #A034DB;
}
</style>