Shades of Dark Orchid #A04ADD
Tints of Dark Orchid #A04ADD
RGB
CMYK
RGB Variations
Color information
#A04ADD (or 0xA04ADD) is known color: Dark Orchid. HEX triplet: A0, 4A and DD. RGB value is (160,74,221). Sum of RGB (Red+Green+Blue) = 160+74+221=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 74 (29.30% from 255 or 16.26% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ADD is #5FB522. Grayscale: #737373. Windows color (decimal): -6272291 or 14502560. OLE color: 14502560.
HSL color Cylindrical-coordinate representation of color #A04ADD: hue angle of 275.1º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A04ADD is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 74 | 221 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.13 |
| HSL | 275.1º | 0.68% | 0.58% | - |
| HSV(B) | 275.1º | 0.67% | 0.87% | - |
| XYZ | 30 | 17.59 | 70.22 | - |
| YUV | 116.47 | 186.99 | 159.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 221 | 0.28 | 0.67 | 0 | 0.13 | 275.1 | 0.68 | 0.58 |
| Hex | A0 | 4A | DD | 1C | 43 | 0 | D | 113 | 44 | 3A |
| Octal | 240 | 112 | 335 | 34 | 103 | 0 | 15 | 423 | 104 | 72 |
| Binary | 10100000 | 1001010 | 11011101 | 11100 | 1000011 | 0 | 1101 | 100010011 | 1000100 | 111010 |
Color Harmonies of #A04ADD
Complementary color
Monochromatic Colors of #A04ADD
Black with #A04ADD
Text Example
Text Example
White with #A04ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ADD; }
p { color: rgb(160,74,221); }
H1.HeaderClassName
{
color: #A04ADD;
}
.AnyTagClassName
{
color: #A04ADD;
}
</style>
background-color css
<style>
a { background-color: #A04ADD; }
a { background-color: rgb(160,74,221); }
div.DivClassName
{
background-color: #A04ADD;
}
.BgClassName
{
background-color: #A04ADD;
}
</style>
border-color css
<style>
span { border-color: #A04ADD; }
span { border-color: rgb(160,74,221); }
td.TdClassName
{
border-color: #A04ADD;
}
.TagClassName
{
border-color: #A04ADD;
}
</style>