Shades of Dark Orchid #A73DBD
Tints of Dark Orchid #A73DBD
RGB
CMYK
RGB Variations
Color information
#A73DBD (or 0xA73DBD) is known color: Dark Orchid. HEX triplet: A7, 3D and BD. RGB value is (167,61,189). Sum of RGB (Red+Green+Blue) = 167+61+189=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: blue. Hex color #A73DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DBD is #58C242. Grayscale: #6A6A6A. Windows color (decimal): -5816899 or 12402087. OLE color: 12402087.
HSL color Cylindrical-coordinate representation of color #A73DBD: hue angle of 289.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73DBD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 61 | 189 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.26 |
| HSL | 289.69º | 0.51% | 0.49% | - |
| HSV(B) | 289.69º | 0.68% | 0.74% | - |
| XYZ | 26.79 | 15.23 | 49.67 | - |
| YUV | 107.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 189 | 0.12 | 0.68 | 0 | 0.26 | 289.69 | 0.51 | 0.49 |
| Hex | A7 | 3D | BD | C | 44 | 0 | 1A | 122 | 33 | 31 |
| Octal | 247 | 75 | 275 | 14 | 104 | 0 | 32 | 442 | 63 | 61 |
| Binary | 10100111 | 111101 | 10111101 | 1100 | 1000100 | 0 | 11010 | 100100010 | 110011 | 110001 |
Color Harmonies of #A73DBD
Complementary color
Monochromatic Colors of #A73DBD
Black with #A73DBD
Text Example
Text Example
White with #A73DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DBD; }
p { color: rgb(167,61,189); }
H1.HeaderClassName
{
color: #A73DBD;
}
.AnyTagClassName
{
color: #A73DBD;
}
</style>
background-color css
<style>
a { background-color: #A73DBD; }
a { background-color: rgb(167,61,189); }
div.DivClassName
{
background-color: #A73DBD;
}
.BgClassName
{
background-color: #A73DBD;
}
</style>
border-color css
<style>
span { border-color: #A73DBD; }
span { border-color: rgb(167,61,189); }
td.TdClassName
{
border-color: #A73DBD;
}
.TagClassName
{
border-color: #A73DBD;
}
</style>