Shades of Dark Orchid #A03DBB
Tints of Dark Orchid #A03DBB
RGB
CMYK
RGB Variations
Color information
#A03DBB (or 0xA03DBB) is known color: Dark Orchid. HEX triplet: A0, 3D and BB. RGB value is (160,61,187). Sum of RGB (Red+Green+Blue) = 160+61+187=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 61 (24.22% from 255 or 14.95% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A03DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03DBB is #5FC244. Grayscale: #686868. Windows color (decimal): -6275653 or 12271008. OLE color: 12271008.
HSL color Cylindrical-coordinate representation of color #A03DBB: hue angle of 287.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03DBB is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 61 | 187 | - |
| CMYK | 0.14 | 0.67 | 0 | 0.27 |
| HSL | 287.14º | 0.51% | 0.49% | - |
| HSV(B) | 287.14º | 0.67% | 0.73% | - |
| XYZ | 25.14 | 14.4 | 48.47 | - |
| YUV | 104.97 | 174.3 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 61 | 187 | 0.14 | 0.67 | 0 | 0.27 | 287.14 | 0.51 | 0.49 |
| Hex | A0 | 3D | BB | E | 43 | 0 | 1B | 11F | 33 | 31 |
| Octal | 240 | 75 | 273 | 16 | 103 | 0 | 33 | 437 | 63 | 61 |
| Binary | 10100000 | 111101 | 10111011 | 1110 | 1000011 | 0 | 11011 | 100011111 | 110011 | 110001 |
Color Harmonies of #A03DBB
Complementary color
Monochromatic Colors of #A03DBB
Black with #A03DBB
Text Example
Text Example
White with #A03DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03DBB; }
p { color: rgb(160,61,187); }
H1.HeaderClassName
{
color: #A03DBB;
}
.AnyTagClassName
{
color: #A03DBB;
}
</style>
background-color css
<style>
a { background-color: #A03DBB; }
a { background-color: rgb(160,61,187); }
div.DivClassName
{
background-color: #A03DBB;
}
.BgClassName
{
background-color: #A03DBB;
}
</style>
border-color css
<style>
span { border-color: #A03DBB; }
span { border-color: rgb(160,61,187); }
td.TdClassName
{
border-color: #A03DBB;
}
.TagClassName
{
border-color: #A03DBB;
}
</style>