Shades of Dark Orchid #A03DC6
Tints of Dark Orchid #A03DC6
RGB
CMYK
RGB Variations
Color information
#A03DC6 (or 0xA03DC6) is known color: Dark Orchid. HEX triplet: A0, 3D and C6. RGB value is (160,61,198). Sum of RGB (Red+Green+Blue) = 160+61+198=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 198 (77.73% from 255 or 47.26% from 419); Max value from RGB is 198 - color contains mainly: blue. Hex color #A03DC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DC6 is #5FC239. Grayscale: #696969. Windows color (decimal): -6275642 or 12991904. OLE color: 12991904.
HSL color Cylindrical-coordinate representation of color #A03DC6: hue angle of 283.36º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03DC6 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 61 | 198 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.22 |
| HSL | 283.36º | 0.55% | 0.51% | - |
| HSV(B) | 283.36º | 0.69% | 0.78% | - |
| XYZ | 26.36 | 14.89 | 54.91 | - |
| YUV | 106.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 198 | 0.19 | 0.69 | 0 | 0.22 | 283.36 | 0.55 | 0.51 |
| Hex | A0 | 3D | C6 | 13 | 45 | 0 | 16 | 11B | 37 | 33 |
| Octal | 240 | 75 | 306 | 23 | 105 | 0 | 26 | 433 | 67 | 63 |
| Binary | 10100000 | 111101 | 11000110 | 10011 | 1000101 | 0 | 10110 | 100011011 | 110111 | 110011 |
Color Harmonies of #A03DC6
Complementary color
Monochromatic Colors of #A03DC6
Black with #A03DC6
Text Example
Text Example
White with #A03DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DC6; }
p { color: rgb(160,61,198); }
H1.HeaderClassName
{
color: #A03DC6;
}
.AnyTagClassName
{
color: #A03DC6;
}
</style>
background-color css
<style>
a { background-color: #A03DC6; }
a { background-color: rgb(160,61,198); }
div.DivClassName
{
background-color: #A03DC6;
}
.BgClassName
{
background-color: #A03DC6;
}
</style>
border-color css
<style>
span { border-color: #A03DC6; }
span { border-color: rgb(160,61,198); }
td.TdClassName
{
border-color: #A03DC6;
}
.TagClassName
{
border-color: #A03DC6;
}
</style>