Shades of Dark Orchid #A03CDD
Tints of Dark Orchid #A03CDD
RGB
CMYK
RGB Variations
Color information
#A03CDD (or 0xA03CDD) is known color: Dark Orchid. HEX triplet: A0, 3C and DD. RGB value is (160,60,221). Sum of RGB (Red+Green+Blue) = 160+60+221=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #A03CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03CDD is #5FC322. Grayscale: #6B6B6B. Windows color (decimal): -6275875 or 14498976. OLE color: 14498976.
HSL color Cylindrical-coordinate representation of color #A03CDD: hue angle of 277.27º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03CDD is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 60 | 221 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.13 |
| HSL | 277.27º | 0.7% | 0.55% | - |
| HSV(B) | 277.27º | 0.73% | 0.87% | - |
| XYZ | 29.16 | 15.93 | 69.94 | - |
| YUV | 108.25 | 191.63 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 60 | 221 | 0.28 | 0.73 | 0 | 0.13 | 277.27 | 0.7 | 0.55 |
| Hex | A0 | 3C | DD | 1C | 49 | 0 | D | 115 | 46 | 37 |
| Octal | 240 | 74 | 335 | 34 | 111 | 0 | 15 | 425 | 106 | 67 |
| Binary | 10100000 | 111100 | 11011101 | 11100 | 1001001 | 0 | 1101 | 100010101 | 1000110 | 110111 |
Color Harmonies of #A03CDD
Complementary color
Monochromatic Colors of #A03CDD
Black with #A03CDD
Text Example
Text Example
White with #A03CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03CDD; }
p { color: rgb(160,60,221); }
H1.HeaderClassName
{
color: #A03CDD;
}
.AnyTagClassName
{
color: #A03CDD;
}
</style>
background-color css
<style>
a { background-color: #A03CDD; }
a { background-color: rgb(160,60,221); }
div.DivClassName
{
background-color: #A03CDD;
}
.BgClassName
{
background-color: #A03CDD;
}
</style>
border-color css
<style>
span { border-color: #A03CDD; }
span { border-color: rgb(160,60,221); }
td.TdClassName
{
border-color: #A03CDD;
}
.TagClassName
{
border-color: #A03CDD;
}
</style>