Shades of Dark Orchid #A034DE
Tints of Dark Orchid #A034DE
RGB
CMYK
RGB Variations
Color information
#A034DE (or 0xA034DE) is known color: Dark Orchid. HEX triplet: A0, 34 and DE. RGB value is (160,52,222). Sum of RGB (Red+Green+Blue) = 160+52+222=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #A034DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A034DE is #5FCB21. Grayscale: #676767. Windows color (decimal): -6277922 or 14562464. OLE color: 14562464.
HSL color Cylindrical-coordinate representation of color #A034DE: hue angle of 278.12º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A034DE is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 52 | 222 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.13 |
| HSL | 278.12º | 0.72% | 0.54% | - |
| HSV(B) | 278.12º | 0.77% | 0.87% | - |
| XYZ | 28.91 | 15.2 | 70.52 | - |
| YUV | 103.67 | 194.78 | 168.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 52 | 222 | 0.28 | 0.77 | 0 | 0.13 | 278.12 | 0.72 | 0.54 |
| Hex | A0 | 34 | DE | 1C | 4D | 0 | D | 116 | 48 | 36 |
| Octal | 240 | 64 | 336 | 34 | 115 | 0 | 15 | 426 | 110 | 66 |
| Binary | 10100000 | 110100 | 11011110 | 11100 | 1001101 | 0 | 1101 | 100010110 | 1001000 | 110110 |
Color Harmonies of #A034DE
Complementary color
Monochromatic Colors of #A034DE
Black with #A034DE
Text Example
Text Example
White with #A034DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A034DE; }
p { color: rgb(160,52,222); }
H1.HeaderClassName
{
color: #A034DE;
}
.AnyTagClassName
{
color: #A034DE;
}
</style>
background-color css
<style>
a { background-color: #A034DE; }
a { background-color: rgb(160,52,222); }
div.DivClassName
{
background-color: #A034DE;
}
.BgClassName
{
background-color: #A034DE;
}
</style>
border-color css
<style>
span { border-color: #A034DE; }
span { border-color: rgb(160,52,222); }
td.TdClassName
{
border-color: #A034DE;
}
.TagClassName
{
border-color: #A034DE;
}
</style>