Shades of Dark Orchid #A03FDC
Tints of Dark Orchid #A03FDC
RGB
CMYK
RGB Variations
Color information
#A03FDC (or 0xA03FDC) is known color: Dark Orchid. HEX triplet: A0, 3F and DC. RGB value is (160,63,220). Sum of RGB (Red+Green+Blue) = 160+63+220=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 63 (25% from 255 or 14.22% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A03FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FDC is #5FC023. Grayscale: #6D6D6D. Windows color (decimal): -6275108 or 14434208. OLE color: 14434208.
HSL color Cylindrical-coordinate representation of color #A03FDC: hue angle of 277.07º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03FDC is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 63 | 220 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.14 |
| HSL | 277.07º | 0.69% | 0.55% | - |
| HSV(B) | 277.07º | 0.71% | 0.86% | - |
| XYZ | 29.19 | 16.2 | 69.3 | - |
| YUV | 109.9 | 190.14 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 220 | 0.27 | 0.71 | 0 | 0.14 | 277.07 | 0.69 | 0.55 |
| Hex | A0 | 3F | DC | 1B | 47 | 0 | E | 115 | 45 | 37 |
| Octal | 240 | 77 | 334 | 33 | 107 | 0 | 16 | 425 | 105 | 67 |
| Binary | 10100000 | 111111 | 11011100 | 11011 | 1000111 | 0 | 1110 | 100010101 | 1000101 | 110111 |
Color Harmonies of #A03FDC
Complementary color
Monochromatic Colors of #A03FDC
Black with #A03FDC
Text Example
Text Example
White with #A03FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FDC; }
p { color: rgb(160,63,220); }
H1.HeaderClassName
{
color: #A03FDC;
}
.AnyTagClassName
{
color: #A03FDC;
}
</style>
background-color css
<style>
a { background-color: #A03FDC; }
a { background-color: rgb(160,63,220); }
div.DivClassName
{
background-color: #A03FDC;
}
.BgClassName
{
background-color: #A03FDC;
}
</style>
border-color css
<style>
span { border-color: #A03FDC; }
span { border-color: rgb(160,63,220); }
td.TdClassName
{
border-color: #A03FDC;
}
.TagClassName
{
border-color: #A03FDC;
}
</style>