Shades of Dark Orchid #A73ACD
Tints of Dark Orchid #A73ACD
RGB
CMYK
RGB Variations
Color information
#A73ACD (or 0xA73ACD) is known color: Dark Orchid. HEX triplet: A7, 3A and CD. RGB value is (167,58,205). Sum of RGB (Red+Green+Blue) = 167+58+205=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ACD is #58C532. Grayscale: #6A6A6A. Windows color (decimal): -5817651 or 13449895. OLE color: 13449895.
HSL color Cylindrical-coordinate representation of color #A73ACD: hue angle of 284.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A73ACD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 58 | 205 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.20 |
| HSL | 284.49º | 0.6% | 0.52% | - |
| HSV(B) | 284.49º | 0.72% | 0.8% | - |
| XYZ | 28.47 | 15.65 | 59.28 | - |
| YUV | 107.35 | 183.11 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 205 | 0.19 | 0.72 | 0 | 0.20 | 284.49 | 0.6 | 0.52 |
| Hex | A7 | 3A | CD | 13 | 48 | 0 | 14 | 11C | 3C | 34 |
| Octal | 247 | 72 | 315 | 23 | 110 | 0 | 24 | 434 | 74 | 64 |
| Binary | 10100111 | 111010 | 11001101 | 10011 | 1001000 | 0 | 10100 | 100011100 | 111100 | 110100 |
Color Harmonies of #A73ACD
Complementary color
Monochromatic Colors of #A73ACD
Black with #A73ACD
Text Example
Text Example
White with #A73ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73ACD; }
p { color: rgb(167,58,205); }
H1.HeaderClassName
{
color: #A73ACD;
}
.AnyTagClassName
{
color: #A73ACD;
}
</style>
background-color css
<style>
a { background-color: #A73ACD; }
a { background-color: rgb(167,58,205); }
div.DivClassName
{
background-color: #A73ACD;
}
.BgClassName
{
background-color: #A73ACD;
}
</style>
border-color css
<style>
span { border-color: #A73ACD; }
span { border-color: rgb(167,58,205); }
td.TdClassName
{
border-color: #A73ACD;
}
.TagClassName
{
border-color: #A73ACD;
}
</style>