Shades of Dark Orchid #A03DBF
Tints of Dark Orchid #A03DBF
RGB
CMYK
RGB Variations
Color information
#A03DBF (or 0xA03DBF) is known color: Dark Orchid. HEX triplet: A0, 3D and BF. RGB value is (160,61,191). Sum of RGB (Red+Green+Blue) = 160+61+191=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #A03DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DBF is #5FC240. Grayscale: #696969. Windows color (decimal): -6275649 or 12533152. OLE color: 12533152.
HSL color Cylindrical-coordinate representation of color #A03DBF: hue angle of 285.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03DBF is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 61 | 191 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.25 |
| HSL | 285.69º | 0.52% | 0.49% | - |
| HSV(B) | 285.69º | 0.68% | 0.75% | - |
| XYZ | 25.57 | 14.57 | 50.76 | - |
| YUV | 105.42 | 176.3 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 191 | 0.16 | 0.68 | 0 | 0.25 | 285.69 | 0.52 | 0.49 |
| Hex | A0 | 3D | BF | 10 | 44 | 0 | 19 | 11E | 34 | 31 |
| Octal | 240 | 75 | 277 | 20 | 104 | 0 | 31 | 436 | 64 | 61 |
| Binary | 10100000 | 111101 | 10111111 | 10000 | 1000100 | 0 | 11001 | 100011110 | 110100 | 110001 |
Color Harmonies of #A03DBF
Complementary color
Monochromatic Colors of #A03DBF
Black with #A03DBF
Text Example
Text Example
White with #A03DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DBF; }
p { color: rgb(160,61,191); }
H1.HeaderClassName
{
color: #A03DBF;
}
.AnyTagClassName
{
color: #A03DBF;
}
</style>
background-color css
<style>
a { background-color: #A03DBF; }
a { background-color: rgb(160,61,191); }
div.DivClassName
{
background-color: #A03DBF;
}
.BgClassName
{
background-color: #A03DBF;
}
</style>
border-color css
<style>
span { border-color: #A03DBF; }
span { border-color: rgb(160,61,191); }
td.TdClassName
{
border-color: #A03DBF;
}
.TagClassName
{
border-color: #A03DBF;
}
</style>