Shades of Dark Orchid #A73AB2
Tints of Dark Orchid #A73AB2
RGB
CMYK
RGB Variations
Color information
#A73AB2 (or 0xA73AB2) is known color: Dark Orchid. HEX triplet: A7, 3A and B2. RGB value is (167,58,178). Sum of RGB (Red+Green+Blue) = 167+58+178=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 58 (23.05% from 255 or 14.39% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #A73AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A73AB2 is #58C54D. Grayscale: #676767. Windows color (decimal): -5817678 or 11680423. OLE color: 11680423.
HSL color Cylindrical-coordinate representation of color #A73AB2: hue angle of 294.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73AB2 is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 58 | 178 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.30 |
| HSL | 294.5º | 0.51% | 0.46% | - |
| HSV(B) | 294.5º | 0.67% | 0.7% | - |
| XYZ | 25.49 | 14.46 | 43.57 | - |
| YUV | 104.27 | 169.61 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 178 | 0.06 | 0.67 | 0 | 0.30 | 294.5 | 0.51 | 0.46 |
| Hex | A7 | 3A | B2 | 6 | 43 | 0 | 1E | 126 | 33 | 2E |
| Octal | 247 | 72 | 262 | 6 | 103 | 0 | 36 | 446 | 63 | 56 |
| Binary | 10100111 | 111010 | 10110010 | 110 | 1000011 | 0 | 11110 | 100100110 | 110011 | 101110 |
Color Harmonies of #A73AB2
Complementary color
Monochromatic Colors of #A73AB2
Black with #A73AB2
Text Example
Text Example
White with #A73AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AB2; }
p { color: rgb(167,58,178); }
H1.HeaderClassName
{
color: #A73AB2;
}
.AnyTagClassName
{
color: #A73AB2;
}
</style>
background-color css
<style>
a { background-color: #A73AB2; }
a { background-color: rgb(167,58,178); }
div.DivClassName
{
background-color: #A73AB2;
}
.BgClassName
{
background-color: #A73AB2;
}
</style>
border-color css
<style>
span { border-color: #A73AB2; }
span { border-color: rgb(167,58,178); }
td.TdClassName
{
border-color: #A73AB2;
}
.TagClassName
{
border-color: #A73AB2;
}
</style>