Shades of Dark Orchid #A03ADC
Tints of Dark Orchid #A03ADC
RGB
CMYK
RGB Variations
Color information
#A03ADC (or 0xA03ADC) is known color: Dark Orchid. HEX triplet: A0, 3A and DC. RGB value is (160,58,220). Sum of RGB (Red+Green+Blue) = 160+58+220=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ADC is #5FC523. Grayscale: #6A6A6A. Windows color (decimal): -6276388 or 14432928. OLE color: 14432928.
HSL color Cylindrical-coordinate representation of color #A03ADC: hue angle of 277.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03ADC is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 58 | 220 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.14 |
| HSL | 277.78º | 0.7% | 0.55% | - |
| HSV(B) | 277.78º | 0.74% | 0.86% | - |
| XYZ | 28.93 | 15.67 | 69.21 | - |
| YUV | 106.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 220 | 0.27 | 0.74 | 0 | 0.14 | 277.78 | 0.7 | 0.55 |
| Hex | A0 | 3A | DC | 1B | 4A | 0 | E | 116 | 46 | 37 |
| Octal | 240 | 72 | 334 | 33 | 112 | 0 | 16 | 426 | 106 | 67 |
| Binary | 10100000 | 111010 | 11011100 | 11011 | 1001010 | 0 | 1110 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A03ADC
Complementary color
Monochromatic Colors of #A03ADC
Black with #A03ADC
Text Example
Text Example
White with #A03ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ADC; }
p { color: rgb(160,58,220); }
H1.HeaderClassName
{
color: #A03ADC;
}
.AnyTagClassName
{
color: #A03ADC;
}
</style>
background-color css
<style>
a { background-color: #A03ADC; }
a { background-color: rgb(160,58,220); }
div.DivClassName
{
background-color: #A03ADC;
}
.BgClassName
{
background-color: #A03ADC;
}
</style>
border-color css
<style>
span { border-color: #A03ADC; }
span { border-color: rgb(160,58,220); }
td.TdClassName
{
border-color: #A03ADC;
}
.TagClassName
{
border-color: #A03ADC;
}
</style>