Shades of Dark Orchid #A03BDC
Tints of Dark Orchid #A03BDC
RGB
CMYK
RGB Variations
Color information
#A03BDC (or 0xA03BDC) is known color: Dark Orchid. HEX triplet: A0, 3B and DC. RGB value is (160,59,220). Sum of RGB (Red+Green+Blue) = 160+59+220=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03BDC is #5FC423. Grayscale: #6B6B6B. Windows color (decimal): -6276132 or 14433184. OLE color: 14433184.
HSL color Cylindrical-coordinate representation of color #A03BDC: hue angle of 277.64º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03BDC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 59 | 220 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.14 |
| HSL | 277.64º | 0.7% | 0.55% | - |
| HSV(B) | 277.64º | 0.73% | 0.86% | - |
| XYZ | 28.98 | 15.77 | 69.23 | - |
| YUV | 107.55 | 191.46 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 59 | 220 | 0.27 | 0.73 | 0 | 0.14 | 277.64 | 0.7 | 0.55 |
| Hex | A0 | 3B | DC | 1B | 49 | 0 | E | 116 | 46 | 37 |
| Octal | 240 | 73 | 334 | 33 | 111 | 0 | 16 | 426 | 106 | 67 |
| Binary | 10100000 | 111011 | 11011100 | 11011 | 1001001 | 0 | 1110 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A03BDC
Complementary color
Monochromatic Colors of #A03BDC
Black with #A03BDC
Text Example
Text Example
White with #A03BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03BDC; }
p { color: rgb(160,59,220); }
H1.HeaderClassName
{
color: #A03BDC;
}
.AnyTagClassName
{
color: #A03BDC;
}
</style>
background-color css
<style>
a { background-color: #A03BDC; }
a { background-color: rgb(160,59,220); }
div.DivClassName
{
background-color: #A03BDC;
}
.BgClassName
{
background-color: #A03BDC;
}
</style>
border-color css
<style>
span { border-color: #A03BDC; }
span { border-color: rgb(160,59,220); }
td.TdClassName
{
border-color: #A03BDC;
}
.TagClassName
{
border-color: #A03BDC;
}
</style>