Shades of Dark Orchid #A03DCF
Tints of Dark Orchid #A03DCF
RGB
CMYK
RGB Variations
Color information
#A03DCF (or 0xA03DCF) is known color: Dark Orchid. HEX triplet: A0, 3D and CF. RGB value is (160,61,207). Sum of RGB (Red+Green+Blue) = 160+61+207=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 61 (24.22% from 255 or 14.25% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #A03DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DCF is #5FC230. Grayscale: #6A6A6A. Windows color (decimal): -6275633 or 13581728. OLE color: 13581728.
HSL color Cylindrical-coordinate representation of color #A03DCF: hue angle of 280.68º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A03DCF is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 61 | 207 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.19 |
| HSL | 280.68º | 0.6% | 0.53% | - |
| HSV(B) | 280.68º | 0.71% | 0.81% | - |
| XYZ | 27.43 | 15.32 | 60.54 | - |
| YUV | 107.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 207 | 0.23 | 0.71 | 0 | 0.19 | 280.68 | 0.6 | 0.53 |
| Hex | A0 | 3D | CF | 17 | 47 | 0 | 13 | 119 | 3C | 35 |
| Octal | 240 | 75 | 317 | 27 | 107 | 0 | 23 | 431 | 74 | 65 |
| Binary | 10100000 | 111101 | 11001111 | 10111 | 1000111 | 0 | 10011 | 100011001 | 111100 | 110101 |
Color Harmonies of #A03DCF
Complementary color
Monochromatic Colors of #A03DCF
Black with #A03DCF
Text Example
Text Example
White with #A03DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DCF; }
p { color: rgb(160,61,207); }
H1.HeaderClassName
{
color: #A03DCF;
}
.AnyTagClassName
{
color: #A03DCF;
}
</style>
background-color css
<style>
a { background-color: #A03DCF; }
a { background-color: rgb(160,61,207); }
div.DivClassName
{
background-color: #A03DCF;
}
.BgClassName
{
background-color: #A03DCF;
}
</style>
border-color css
<style>
span { border-color: #A03DCF; }
span { border-color: rgb(160,61,207); }
td.TdClassName
{
border-color: #A03DCF;
}
.TagClassName
{
border-color: #A03DCF;
}
</style>