Shades of Dark Orchid #A03DCA
Tints of Dark Orchid #A03DCA
RGB
CMYK
RGB Variations
Color information
#A03DCA (or 0xA03DCA) is known color: Dark Orchid. HEX triplet: A0, 3D and CA. RGB value is (160,61,202). Sum of RGB (Red+Green+Blue) = 160+61+202=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #A03DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCA is #5FC235. Grayscale: #6A6A6A. Windows color (decimal): -6275638 or 13254048. OLE color: 13254048.
HSL color Cylindrical-coordinate representation of color #A03DCA: hue angle of 282.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03DCA is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 61 | 202 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.21 |
| HSL | 282.13º | 0.57% | 0.52% | - |
| HSV(B) | 282.13º | 0.7% | 0.79% | - |
| XYZ | 26.83 | 15.08 | 57.37 | - |
| YUV | 106.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 202 | 0.21 | 0.70 | 0 | 0.21 | 282.13 | 0.57 | 0.52 |
| Hex | A0 | 3D | CA | 15 | 46 | 0 | 15 | 11A | 39 | 34 |
| Octal | 240 | 75 | 312 | 25 | 106 | 0 | 25 | 432 | 71 | 64 |
| Binary | 10100000 | 111101 | 11001010 | 10101 | 1000110 | 0 | 10101 | 100011010 | 111001 | 110100 |
Color Harmonies of #A03DCA
Complementary color
Monochromatic Colors of #A03DCA
Black with #A03DCA
Text Example
Text Example
White with #A03DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DCA; }
p { color: rgb(160,61,202); }
H1.HeaderClassName
{
color: #A03DCA;
}
.AnyTagClassName
{
color: #A03DCA;
}
</style>
background-color css
<style>
a { background-color: #A03DCA; }
a { background-color: rgb(160,61,202); }
div.DivClassName
{
background-color: #A03DCA;
}
.BgClassName
{
background-color: #A03DCA;
}
</style>
border-color css
<style>
span { border-color: #A03DCA; }
span { border-color: rgb(160,61,202); }
td.TdClassName
{
border-color: #A03DCA;
}
.TagClassName
{
border-color: #A03DCA;
}
</style>