Shades of Dark Orchid #A73AD3
Tints of Dark Orchid #A73AD3
RGB
CMYK
RGB Variations
Color information
#A73AD3 (or 0xA73AD3) is known color: Dark Orchid. HEX triplet: A7, 3A and D3. RGB value is (167,58,211). Sum of RGB (Red+Green+Blue) = 167+58+211=436 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.30% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #A73AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AD3 is #58C52C. Grayscale: #6B6B6B. Windows color (decimal): -5817645 or 13843111. OLE color: 13843111.
HSL color Cylindrical-coordinate representation of color #A73AD3: hue angle of 282.75º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73AD3 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 58 | 211 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.17 |
| HSL | 282.75º | 0.63% | 0.53% | - |
| HSV(B) | 282.75º | 0.73% | 0.83% | - |
| XYZ | 29.21 | 15.94 | 63.17 | - |
| YUV | 108.03 | 186.11 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 211 | 0.21 | 0.73 | 0 | 0.17 | 282.75 | 0.63 | 0.53 |
| Hex | A7 | 3A | D3 | 15 | 49 | 0 | 11 | 11B | 3F | 35 |
| Octal | 247 | 72 | 323 | 25 | 111 | 0 | 21 | 433 | 77 | 65 |
| Binary | 10100111 | 111010 | 11010011 | 10101 | 1001001 | 0 | 10001 | 100011011 | 111111 | 110101 |
Color Harmonies of #A73AD3
Complementary color
Monochromatic Colors of #A73AD3
Black with #A73AD3
Text Example
Text Example
White with #A73AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AD3; }
p { color: rgb(167,58,211); }
H1.HeaderClassName
{
color: #A73AD3;
}
.AnyTagClassName
{
color: #A73AD3;
}
</style>
background-color css
<style>
a { background-color: #A73AD3; }
a { background-color: rgb(167,58,211); }
div.DivClassName
{
background-color: #A73AD3;
}
.BgClassName
{
background-color: #A73AD3;
}
</style>
border-color css
<style>
span { border-color: #A73AD3; }
span { border-color: rgb(167,58,211); }
td.TdClassName
{
border-color: #A73AD3;
}
.TagClassName
{
border-color: #A73AD3;
}
</style>