Shades of Dark Orchid #A03FDF
Tints of Dark Orchid #A03FDF
RGB
CMYK
RGB Variations
Color information
#A03FDF (or 0xA03FDF) is known color: Dark Orchid. HEX triplet: A0, 3F and DF. RGB value is (160,63,223). Sum of RGB (Red+Green+Blue) = 160+63+223=446 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.87% from 446); Green value is 63 (25% from 255 or 14.13% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A03FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FDF is #5FC020. Grayscale: #6D6D6D. Windows color (decimal): -6275105 or 14630816. OLE color: 14630816.
HSL color Cylindrical-coordinate representation of color #A03FDF: hue angle of 276.38º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03FDF is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 63 | 223 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.13 |
| HSL | 276.38º | 0.71% | 0.56% | - |
| HSV(B) | 276.38º | 0.72% | 0.87% | - |
| XYZ | 29.59 | 16.36 | 71.41 | - |
| YUV | 110.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 223 | 0.28 | 0.72 | 0 | 0.13 | 276.38 | 0.71 | 0.56 |
| Hex | A0 | 3F | DF | 1C | 48 | 0 | D | 114 | 47 | 38 |
| Octal | 240 | 77 | 337 | 34 | 110 | 0 | 15 | 424 | 107 | 70 |
| Binary | 10100000 | 111111 | 11011111 | 11100 | 1001000 | 0 | 1101 | 100010100 | 1000111 | 111000 |
Color Harmonies of #A03FDF
Complementary color
Monochromatic Colors of #A03FDF
Black with #A03FDF
Text Example
Text Example
White with #A03FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FDF; }
p { color: rgb(160,63,223); }
H1.HeaderClassName
{
color: #A03FDF;
}
.AnyTagClassName
{
color: #A03FDF;
}
</style>
background-color css
<style>
a { background-color: #A03FDF; }
a { background-color: rgb(160,63,223); }
div.DivClassName
{
background-color: #A03FDF;
}
.BgClassName
{
background-color: #A03FDF;
}
</style>
border-color css
<style>
span { border-color: #A03FDF; }
span { border-color: rgb(160,63,223); }
td.TdClassName
{
border-color: #A03FDF;
}
.TagClassName
{
border-color: #A03FDF;
}
</style>