Shades of Dark Orchid #A03FDB
Tints of Dark Orchid #A03FDB
RGB
CMYK
RGB Variations
Color information
#A03FDB (or 0xA03FDB) is known color: Dark Orchid. HEX triplet: A0, 3F and DB. RGB value is (160,63,219). Sum of RGB (Red+Green+Blue) = 160+63+219=442 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.20% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03FDB is #5FC024. Grayscale: #6D6D6D. Windows color (decimal): -6275109 or 14368672. OLE color: 14368672.
HSL color Cylindrical-coordinate representation of color #A03FDB: hue angle of 277.31º degrees, saturation: 0.68, 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 #A03FDB is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 63 | 219 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.14 |
| HSL | 277.31º | 0.68% | 0.55% | - |
| HSV(B) | 277.31º | 0.71% | 0.86% | - |
| XYZ | 29.06 | 16.14 | 68.6 | - |
| YUV | 109.79 | 189.64 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 63 | 219 | 0.27 | 0.71 | 0 | 0.14 | 277.31 | 0.68 | 0.55 |
| Hex | A0 | 3F | DB | 1B | 47 | 0 | E | 115 | 44 | 37 |
| Octal | 240 | 77 | 333 | 33 | 107 | 0 | 16 | 425 | 104 | 67 |
| Binary | 10100000 | 111111 | 11011011 | 11011 | 1000111 | 0 | 1110 | 100010101 | 1000100 | 110111 |
Color Harmonies of #A03FDB
Complementary color
Monochromatic Colors of #A03FDB
Black with #A03FDB
Text Example
Text Example
White with #A03FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03FDB; }
p { color: rgb(160,63,219); }
H1.HeaderClassName
{
color: #A03FDB;
}
.AnyTagClassName
{
color: #A03FDB;
}
</style>
background-color css
<style>
a { background-color: #A03FDB; }
a { background-color: rgb(160,63,219); }
div.DivClassName
{
background-color: #A03FDB;
}
.BgClassName
{
background-color: #A03FDB;
}
</style>
border-color css
<style>
span { border-color: #A03FDB; }
span { border-color: rgb(160,63,219); }
td.TdClassName
{
border-color: #A03FDB;
}
.TagClassName
{
border-color: #A03FDB;
}
</style>