Shades of Dark Orchid #A73ACE
Tints of Dark Orchid #A73ACE
RGB
CMYK
RGB Variations
Color information
#A73ACE (or 0xA73ACE) is known color: Dark Orchid. HEX triplet: A7, 3A and CE. RGB value is (167,58,206). Sum of RGB (Red+Green+Blue) = 167+58+206=431 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.75% from 431); Green value is 58 (23.05% from 255 or 13.46% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #A73ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ACE is #58C531. Grayscale: #6A6A6A. Windows color (decimal): -5817650 or 13515431. OLE color: 13515431.
HSL color Cylindrical-coordinate representation of color #A73ACE: hue angle of 284.19º 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 #A73ACE is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 58 | 206 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.19 |
| HSL | 284.19º | 0.6% | 0.52% | - |
| HSV(B) | 284.19º | 0.72% | 0.81% | - |
| XYZ | 28.59 | 15.7 | 59.92 | - |
| YUV | 107.46 | 183.61 | 170.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 206 | 0.19 | 0.72 | 0 | 0.19 | 284.19 | 0.6 | 0.52 |
| Hex | A7 | 3A | CE | 13 | 48 | 0 | 13 | 11C | 3C | 34 |
| Octal | 247 | 72 | 316 | 23 | 110 | 0 | 23 | 434 | 74 | 64 |
| Binary | 10100111 | 111010 | 11001110 | 10011 | 1001000 | 0 | 10011 | 100011100 | 111100 | 110100 |
Color Harmonies of #A73ACE
Complementary color
Monochromatic Colors of #A73ACE
Black with #A73ACE
Text Example
Text Example
White with #A73ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73ACE; }
p { color: rgb(167,58,206); }
H1.HeaderClassName
{
color: #A73ACE;
}
.AnyTagClassName
{
color: #A73ACE;
}
</style>
background-color css
<style>
a { background-color: #A73ACE; }
a { background-color: rgb(167,58,206); }
div.DivClassName
{
background-color: #A73ACE;
}
.BgClassName
{
background-color: #A73ACE;
}
</style>
border-color css
<style>
span { border-color: #A73ACE; }
span { border-color: rgb(167,58,206); }
td.TdClassName
{
border-color: #A73ACE;
}
.TagClassName
{
border-color: #A73ACE;
}
</style>