Shades of Dark Orchid #A04ADC
Tints of Dark Orchid #A04ADC
RGB
CMYK
RGB Variations
Color information
#A04ADC (or 0xA04ADC) is known color: Dark Orchid. HEX triplet: A0, 4A and DC. RGB value is (160,74,220). Sum of RGB (Red+Green+Blue) = 160+74+220=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 74 (29.30% from 255 or 16.30% from 454); Blue value is 220 (86.33% from 255 or 48.46% from 454); Max value from RGB is 220 - color contains mainly: blue. Hex color #A04ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ADC is #5FB523. Grayscale: #737373. Windows color (decimal): -6272292 or 14437024. OLE color: 14437024.
HSL color Cylindrical-coordinate representation of color #A04ADC: hue angle of 275.34º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04ADC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 74 | 220 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.14 |
| HSL | 275.34º | 0.68% | 0.58% | - |
| HSV(B) | 275.34º | 0.66% | 0.86% | - |
| XYZ | 29.86 | 17.54 | 69.52 | - |
| YUV | 116.36 | 186.49 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 220 | 0.27 | 0.66 | 0 | 0.14 | 275.34 | 0.68 | 0.58 |
| Hex | A0 | 4A | DC | 1B | 42 | 0 | E | 113 | 44 | 3A |
| Octal | 240 | 112 | 334 | 33 | 102 | 0 | 16 | 423 | 104 | 72 |
| Binary | 10100000 | 1001010 | 11011100 | 11011 | 1000010 | 0 | 1110 | 100010011 | 1000100 | 111010 |
Color Harmonies of #A04ADC
Complementary color
Monochromatic Colors of #A04ADC
Black with #A04ADC
Text Example
Text Example
White with #A04ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ADC; }
p { color: rgb(160,74,220); }
H1.HeaderClassName
{
color: #A04ADC;
}
.AnyTagClassName
{
color: #A04ADC;
}
</style>
background-color css
<style>
a { background-color: #A04ADC; }
a { background-color: rgb(160,74,220); }
div.DivClassName
{
background-color: #A04ADC;
}
.BgClassName
{
background-color: #A04ADC;
}
</style>
border-color css
<style>
span { border-color: #A04ADC; }
span { border-color: rgb(160,74,220); }
td.TdClassName
{
border-color: #A04ADC;
}
.TagClassName
{
border-color: #A04ADC;
}
</style>