Shades of Dark Orchid #A03EDF
Tints of Dark Orchid #A03EDF
RGB
CMYK
RGB Variations
Color information
#A03EDF (or 0xA03EDF) is known color: Dark Orchid. HEX triplet: A0, 3E and DF. RGB value is (160,62,223). Sum of RGB (Red+Green+Blue) = 160+62+223=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 62 (24.61% from 255 or 13.93% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #A03EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EDF is #5FC120. Grayscale: #6D6D6D. Windows color (decimal): -6275361 or 14630560. OLE color: 14630560.
HSL color Cylindrical-coordinate representation of color #A03EDF: hue angle of 276.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03EDF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 62 | 223 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.13 |
| HSL | 276.52º | 0.72% | 0.56% | - |
| HSV(B) | 276.52º | 0.72% | 0.87% | - |
| XYZ | 29.54 | 16.25 | 71.39 | - |
| YUV | 109.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 223 | 0.28 | 0.72 | 0 | 0.13 | 276.52 | 0.72 | 0.56 |
| Hex | A0 | 3E | DF | 1C | 48 | 0 | D | 115 | 48 | 38 |
| Octal | 240 | 76 | 337 | 34 | 110 | 0 | 15 | 425 | 110 | 70 |
| Binary | 10100000 | 111110 | 11011111 | 11100 | 1001000 | 0 | 1101 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A03EDF
Complementary color
Monochromatic Colors of #A03EDF
Black with #A03EDF
Text Example
Text Example
White with #A03EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EDF; }
p { color: rgb(160,62,223); }
H1.HeaderClassName
{
color: #A03EDF;
}
.AnyTagClassName
{
color: #A03EDF;
}
</style>
background-color css
<style>
a { background-color: #A03EDF; }
a { background-color: rgb(160,62,223); }
div.DivClassName
{
background-color: #A03EDF;
}
.BgClassName
{
background-color: #A03EDF;
}
</style>
border-color css
<style>
span { border-color: #A03EDF; }
span { border-color: rgb(160,62,223); }
td.TdClassName
{
border-color: #A03EDF;
}
.TagClassName
{
border-color: #A03EDF;
}
</style>