Shades of Dark Orchid #A73AB8
Tints of Dark Orchid #A73AB8
RGB
CMYK
RGB Variations
Color information
#A73AB8 (or 0xA73AB8) is known color: Dark Orchid. HEX triplet: A7, 3A and B8. RGB value is (167,58,184). Sum of RGB (Red+Green+Blue) = 167+58+184=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 184 (72.27% from 255 or 44.99% from 409); Max value from RGB is 184 - color contains mainly: blue. Hex color #A73AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AB8 is #58C547. Grayscale: #686868. Windows color (decimal): -5817672 or 12073639. OLE color: 12073639.
HSL color Cylindrical-coordinate representation of color #A73AB8: hue angle of 291.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73AB8 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 167 | 58 | 184 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.28 |
| HSL | 291.9º | 0.52% | 0.47% | - |
| HSV(B) | 291.9º | 0.68% | 0.72% | - |
| XYZ | 26.1 | 14.7 | 46.81 | - |
| YUV | 104.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 184 | 0.09 | 0.68 | 0 | 0.28 | 291.9 | 0.52 | 0.47 |
| Hex | A7 | 3A | B8 | 9 | 44 | 0 | 1C | 124 | 34 | 2F |
| Octal | 247 | 72 | 270 | 11 | 104 | 0 | 34 | 444 | 64 | 57 |
| Binary | 10100111 | 111010 | 10111000 | 1001 | 1000100 | 0 | 11100 | 100100100 | 110100 | 101111 |
Color Harmonies of #A73AB8
Complementary color
Monochromatic Colors of #A73AB8
Black with #A73AB8
Text Example
Text Example
White with #A73AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AB8; }
p { color: rgb(167,58,184); }
H1.HeaderClassName
{
color: #A73AB8;
}
.AnyTagClassName
{
color: #A73AB8;
}
</style>
background-color css
<style>
a { background-color: #A73AB8; }
a { background-color: rgb(167,58,184); }
div.DivClassName
{
background-color: #A73AB8;
}
.BgClassName
{
background-color: #A73AB8;
}
</style>
border-color css
<style>
span { border-color: #A73AB8; }
span { border-color: rgb(167,58,184); }
td.TdClassName
{
border-color: #A73AB8;
}
.TagClassName
{
border-color: #A73AB8;
}
</style>