Shades of Dark Orchid #A03DCC
Tints of Dark Orchid #A03DCC
RGB
CMYK
RGB Variations
Color information
#A03DCC (or 0xA03DCC) is known color: Dark Orchid. HEX triplet: A0, 3D and CC. RGB value is (160,61,204). Sum of RGB (Red+Green+Blue) = 160+61+204=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #A03DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCC is #5FC233. Grayscale: #6A6A6A. Windows color (decimal): -6275636 or 13385120. OLE color: 13385120.
HSL color Cylindrical-coordinate representation of color #A03DCC: hue angle of 281.54º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03DCC is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 160 | 61 | 204 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.2 |
| HSL | 281.54º | 0.58% | 0.52% | - |
| HSV(B) | 281.54º | 0.7% | 0.8% | - |
| XYZ | 27.07 | 15.17 | 58.63 | - |
| YUV | 106.9 | 182.8 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 204 | 0.22 | 0.70 | 0 | 0.2 | 281.54 | 0.58 | 0.52 |
| Hex | A0 | 3D | CC | 16 | 46 | 0 | 14 | 11A | 3A | 34 |
| Octal | 240 | 75 | 314 | 26 | 106 | 0 | 24 | 432 | 72 | 64 |
| Binary | 10100000 | 111101 | 11001100 | 10110 | 1000110 | 0 | 10100 | 100011010 | 111010 | 110100 |
Color Harmonies of #A03DCC
Complementary color
Monochromatic Colors of #A03DCC
Black with #A03DCC
Text Example
Text Example
White with #A03DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DCC; }
p { color: rgb(160,61,204); }
H1.HeaderClassName
{
color: #A03DCC;
}
.AnyTagClassName
{
color: #A03DCC;
}
</style>
background-color css
<style>
a { background-color: #A03DCC; }
a { background-color: rgb(160,61,204); }
div.DivClassName
{
background-color: #A03DCC;
}
.BgClassName
{
background-color: #A03DCC;
}
</style>
border-color css
<style>
span { border-color: #A03DCC; }
span { border-color: rgb(160,61,204); }
td.TdClassName
{
border-color: #A03DCC;
}
.TagClassName
{
border-color: #A03DCC;
}
</style>