Shades of Dark Orchid #A03DDF
Tints of Dark Orchid #A03DDF
RGB
CMYK
RGB Variations
Color information
#A03DDF (or 0xA03DDF) is known color: Dark Orchid. HEX triplet: A0, 3D and DF. RGB value is (160,61,223). Sum of RGB (Red+Green+Blue) = 160+61+223=444 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.04% from 444); Green value is 61 (24.22% from 255 or 13.74% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #A03DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DDF is #5FC220. Grayscale: #6C6C6C. Windows color (decimal): -6275617 or 14630304. OLE color: 14630304.
HSL color Cylindrical-coordinate representation of color #A03DDF: hue angle of 276.67º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A03DDF is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 61 | 223 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.13 |
| HSL | 276.67º | 0.72% | 0.56% | - |
| HSV(B) | 276.67º | 0.73% | 0.87% | - |
| XYZ | 29.49 | 16.14 | 71.37 | - |
| YUV | 109.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 223 | 0.28 | 0.73 | 0 | 0.13 | 276.67 | 0.72 | 0.56 |
| Hex | A0 | 3D | DF | 1C | 49 | 0 | D | 115 | 48 | 38 |
| Octal | 240 | 75 | 337 | 34 | 111 | 0 | 15 | 425 | 110 | 70 |
| Binary | 10100000 | 111101 | 11011111 | 11100 | 1001001 | 0 | 1101 | 100010101 | 1001000 | 111000 |
Color Harmonies of #A03DDF
Complementary color
Monochromatic Colors of #A03DDF
Black with #A03DDF
Text Example
Text Example
White with #A03DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DDF; }
p { color: rgb(160,61,223); }
H1.HeaderClassName
{
color: #A03DDF;
}
.AnyTagClassName
{
color: #A03DDF;
}
</style>
background-color css
<style>
a { background-color: #A03DDF; }
a { background-color: rgb(160,61,223); }
div.DivClassName
{
background-color: #A03DDF;
}
.BgClassName
{
background-color: #A03DDF;
}
</style>
border-color css
<style>
span { border-color: #A03DDF; }
span { border-color: rgb(160,61,223); }
td.TdClassName
{
border-color: #A03DDF;
}
.TagClassName
{
border-color: #A03DDF;
}
</style>