Shades of Dark Orchid #A03EDA
Tints of Dark Orchid #A03EDA
RGB
CMYK
RGB Variations
Color information
#A03EDA (or 0xA03EDA) is known color: Dark Orchid. HEX triplet: A0, 3E and DA. RGB value is (160,62,218). Sum of RGB (Red+Green+Blue) = 160+62+218=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 62 (24.61% from 255 or 14.09% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: blue. Hex color #A03EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03EDA is #5FC125. Grayscale: #6C6C6C. Windows color (decimal): -6275366 or 14302880. OLE color: 14302880.
HSL color Cylindrical-coordinate representation of color #A03EDA: hue angle of 277.69º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03EDA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 160 | 62 | 218 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.15 |
| HSL | 277.69º | 0.68% | 0.55% | - |
| HSV(B) | 277.69º | 0.72% | 0.85% | - |
| XYZ | 28.87 | 15.98 | 67.89 | - |
| YUV | 109.09 | 189.47 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 62 | 218 | 0.27 | 0.72 | 0 | 0.15 | 277.69 | 0.68 | 0.55 |
| Hex | A0 | 3E | DA | 1B | 48 | 0 | F | 116 | 44 | 37 |
| Octal | 240 | 76 | 332 | 33 | 110 | 0 | 17 | 426 | 104 | 67 |
| Binary | 10100000 | 111110 | 11011010 | 11011 | 1001000 | 0 | 1111 | 100010110 | 1000100 | 110111 |
Color Harmonies of #A03EDA
Complementary color
Monochromatic Colors of #A03EDA
Black with #A03EDA
Text Example
Text Example
White with #A03EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03EDA; }
p { color: rgb(160,62,218); }
H1.HeaderClassName
{
color: #A03EDA;
}
.AnyTagClassName
{
color: #A03EDA;
}
</style>
background-color css
<style>
a { background-color: #A03EDA; }
a { background-color: rgb(160,62,218); }
div.DivClassName
{
background-color: #A03EDA;
}
.BgClassName
{
background-color: #A03EDA;
}
</style>
border-color css
<style>
span { border-color: #A03EDA; }
span { border-color: rgb(160,62,218); }
td.TdClassName
{
border-color: #A03EDA;
}
.TagClassName
{
border-color: #A03EDA;
}
</style>