Shades of Dark Orchid #A73DBA
Tints of Dark Orchid #A73DBA
RGB
CMYK
RGB Variations
Color information
#A73DBA (or 0xA73DBA) is known color: Dark Orchid. HEX triplet: A7, 3D and BA. RGB value is (167,61,186). Sum of RGB (Red+Green+Blue) = 167+61+186=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #A73DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DBA is #58C245. Grayscale: #6A6A6A. Windows color (decimal): -5816902 or 12205479. OLE color: 12205479.
HSL color Cylindrical-coordinate representation of color #A73DBA: hue angle of 290.88º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73DBA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 61 | 186 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.27 |
| HSL | 290.88º | 0.51% | 0.48% | - |
| HSV(B) | 290.88º | 0.67% | 0.73% | - |
| XYZ | 26.47 | 15.1 | 47.97 | - |
| YUV | 106.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 186 | 0.10 | 0.67 | 0 | 0.27 | 290.88 | 0.51 | 0.48 |
| Hex | A7 | 3D | BA | A | 43 | 0 | 1B | 123 | 33 | 30 |
| Octal | 247 | 75 | 272 | 12 | 103 | 0 | 33 | 443 | 63 | 60 |
| Binary | 10100111 | 111101 | 10111010 | 1010 | 1000011 | 0 | 11011 | 100100011 | 110011 | 110000 |
Color Harmonies of #A73DBA
Complementary color
Monochromatic Colors of #A73DBA
Black with #A73DBA
Text Example
Text Example
White with #A73DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DBA; }
p { color: rgb(167,61,186); }
H1.HeaderClassName
{
color: #A73DBA;
}
.AnyTagClassName
{
color: #A73DBA;
}
</style>
background-color css
<style>
a { background-color: #A73DBA; }
a { background-color: rgb(167,61,186); }
div.DivClassName
{
background-color: #A73DBA;
}
.BgClassName
{
background-color: #A73DBA;
}
</style>
border-color css
<style>
span { border-color: #A73DBA; }
span { border-color: rgb(167,61,186); }
td.TdClassName
{
border-color: #A73DBA;
}
.TagClassName
{
border-color: #A73DBA;
}
</style>