Shades of Dark Orchid #A03DBA
Tints of Dark Orchid #A03DBA
RGB
CMYK
RGB Variations
Color information
#A03DBA (or 0xA03DBA) is known color: Dark Orchid. HEX triplet: A0, 3D and BA. RGB value is (160,61,186). Sum of RGB (Red+Green+Blue) = 160+61+186=407 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.31% from 407); Green value is 61 (24.22% from 255 or 14.99% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #A03DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DBA is #5FC245. Grayscale: #686868. Windows color (decimal): -6275654 or 12205472. OLE color: 12205472.
HSL color Cylindrical-coordinate representation of color #A03DBA: hue angle of 287.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03DBA is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 61 | 186 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.27 |
| HSL | 287.52º | 0.51% | 0.48% | - |
| HSV(B) | 287.52º | 0.67% | 0.73% | - |
| XYZ | 25.03 | 14.36 | 47.91 | - |
| YUV | 104.85 | 173.8 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 186 | 0.14 | 0.67 | 0 | 0.27 | 287.52 | 0.51 | 0.48 |
| Hex | A0 | 3D | BA | E | 43 | 0 | 1B | 120 | 33 | 30 |
| Octal | 240 | 75 | 272 | 16 | 103 | 0 | 33 | 440 | 63 | 60 |
| Binary | 10100000 | 111101 | 10111010 | 1110 | 1000011 | 0 | 11011 | 100100000 | 110011 | 110000 |
Color Harmonies of #A03DBA
Complementary color
Monochromatic Colors of #A03DBA
Black with #A03DBA
Text Example
Text Example
White with #A03DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DBA; }
p { color: rgb(160,61,186); }
H1.HeaderClassName
{
color: #A03DBA;
}
.AnyTagClassName
{
color: #A03DBA;
}
</style>
background-color css
<style>
a { background-color: #A03DBA; }
a { background-color: rgb(160,61,186); }
div.DivClassName
{
background-color: #A03DBA;
}
.BgClassName
{
background-color: #A03DBA;
}
</style>
border-color css
<style>
span { border-color: #A03DBA; }
span { border-color: rgb(160,61,186); }
td.TdClassName
{
border-color: #A03DBA;
}
.TagClassName
{
border-color: #A03DBA;
}
</style>