Shades of Dark Orchid #A73BDE
Tints of Dark Orchid #A73BDE
RGB
CMYK
RGB Variations
Color information
#A73BDE (or 0xA73BDE) is known color: Dark Orchid. HEX triplet: A7, 3B and DE. RGB value is (167,59,222). Sum of RGB (Red+Green+Blue) = 167+59+222=448 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.28% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #A73BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BDE is #58C421. Grayscale: #6D6D6D. Windows color (decimal): -5817378 or 14564263. OLE color: 14564263.
HSL color Cylindrical-coordinate representation of color #A73BDE: hue angle of 279.75º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73BDE is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 59 | 222 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.13 |
| HSL | 279.75º | 0.71% | 0.55% | - |
| HSV(B) | 279.75º | 0.73% | 0.87% | - |
| XYZ | 30.69 | 16.62 | 70.7 | - |
| YUV | 109.87 | 191.28 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 222 | 0.25 | 0.73 | 0 | 0.13 | 279.75 | 0.71 | 0.55 |
| Hex | A7 | 3B | DE | 19 | 49 | 0 | D | 118 | 47 | 37 |
| Octal | 247 | 73 | 336 | 31 | 111 | 0 | 15 | 430 | 107 | 67 |
| Binary | 10100111 | 111011 | 11011110 | 11001 | 1001001 | 0 | 1101 | 100011000 | 1000111 | 110111 |
Color Harmonies of #A73BDE
Complementary color
Monochromatic Colors of #A73BDE
Black with #A73BDE
Text Example
Text Example
White with #A73BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BDE; }
p { color: rgb(167,59,222); }
H1.HeaderClassName
{
color: #A73BDE;
}
.AnyTagClassName
{
color: #A73BDE;
}
</style>
background-color css
<style>
a { background-color: #A73BDE; }
a { background-color: rgb(167,59,222); }
div.DivClassName
{
background-color: #A73BDE;
}
.BgClassName
{
background-color: #A73BDE;
}
</style>
border-color css
<style>
span { border-color: #A73BDE; }
span { border-color: rgb(167,59,222); }
td.TdClassName
{
border-color: #A73BDE;
}
.TagClassName
{
border-color: #A73BDE;
}
</style>