Shades of Dark Orchid #A03DBD
Tints of Dark Orchid #A03DBD
RGB
CMYK
RGB Variations
Color information
#A03DBD (or 0xA03DBD) is known color: Dark Orchid. HEX triplet: A0, 3D and BD. RGB value is (160,61,189). Sum of RGB (Red+Green+Blue) = 160+61+189=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 189 - color contains mainly: blue. Hex color #A03DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DBD is #5FC242. Grayscale: #686868. Windows color (decimal): -6275651 or 12402080. OLE color: 12402080.
HSL color Cylindrical-coordinate representation of color #A03DBD: hue angle of 286.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03DBD is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 61 | 189 | - |
| CMYK | 0.15 | 0.68 | 0 | 0.26 |
| HSL | 286.41º | 0.51% | 0.49% | - |
| HSV(B) | 286.41º | 0.68% | 0.74% | - |
| XYZ | 25.35 | 14.49 | 49.6 | - |
| YUV | 105.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 189 | 0.15 | 0.68 | 0 | 0.26 | 286.41 | 0.51 | 0.49 |
| Hex | A0 | 3D | BD | F | 44 | 0 | 1A | 11E | 33 | 31 |
| Octal | 240 | 75 | 275 | 17 | 104 | 0 | 32 | 436 | 63 | 61 |
| Binary | 10100000 | 111101 | 10111101 | 1111 | 1000100 | 0 | 11010 | 100011110 | 110011 | 110001 |
Color Harmonies of #A03DBD
Complementary color
Monochromatic Colors of #A03DBD
Black with #A03DBD
Text Example
Text Example
White with #A03DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DBD; }
p { color: rgb(160,61,189); }
H1.HeaderClassName
{
color: #A03DBD;
}
.AnyTagClassName
{
color: #A03DBD;
}
</style>
background-color css
<style>
a { background-color: #A03DBD; }
a { background-color: rgb(160,61,189); }
div.DivClassName
{
background-color: #A03DBD;
}
.BgClassName
{
background-color: #A03DBD;
}
</style>
border-color css
<style>
span { border-color: #A03DBD; }
span { border-color: rgb(160,61,189); }
td.TdClassName
{
border-color: #A03DBD;
}
.TagClassName
{
border-color: #A03DBD;
}
</style>