Shades of Dark Orchid #A03ACE
Tints of Dark Orchid #A03ACE
RGB
CMYK
RGB Variations
Color information
#A03ACE (or 0xA03ACE) is known color: Dark Orchid. HEX triplet: A0, 3A and CE. RGB value is (160,58,206). Sum of RGB (Red+Green+Blue) = 160+58+206=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #A03ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ACE is #5FC531. Grayscale: #686868. Windows color (decimal): -6276402 or 13515424. OLE color: 13515424.
HSL color Cylindrical-coordinate representation of color #A03ACE: hue angle of 281.35º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A03ACE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 58 | 206 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.19 |
| HSL | 281.35º | 0.6% | 0.52% | - |
| HSV(B) | 281.35º | 0.72% | 0.81% | - |
| XYZ | 27.15 | 14.96 | 59.85 | - |
| YUV | 105.37 | 184.79 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 206 | 0.22 | 0.72 | 0 | 0.19 | 281.35 | 0.6 | 0.52 |
| Hex | A0 | 3A | CE | 16 | 48 | 0 | 13 | 119 | 3C | 34 |
| Octal | 240 | 72 | 316 | 26 | 110 | 0 | 23 | 431 | 74 | 64 |
| Binary | 10100000 | 111010 | 11001110 | 10110 | 1001000 | 0 | 10011 | 100011001 | 111100 | 110100 |
Color Harmonies of #A03ACE
Complementary color
Monochromatic Colors of #A03ACE
Black with #A03ACE
Text Example
Text Example
White with #A03ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ACE; }
p { color: rgb(160,58,206); }
H1.HeaderClassName
{
color: #A03ACE;
}
.AnyTagClassName
{
color: #A03ACE;
}
</style>
background-color css
<style>
a { background-color: #A03ACE; }
a { background-color: rgb(160,58,206); }
div.DivClassName
{
background-color: #A03ACE;
}
.BgClassName
{
background-color: #A03ACE;
}
</style>
border-color css
<style>
span { border-color: #A03ACE; }
span { border-color: rgb(160,58,206); }
td.TdClassName
{
border-color: #A03ACE;
}
.TagClassName
{
border-color: #A03ACE;
}
</style>