Shades of Dark Orchid #A73BDF
Tints of Dark Orchid #A73BDF
RGB
CMYK
RGB Variations
Color information
#A73BDF (or 0xA73BDF) is known color: Dark Orchid. HEX triplet: A7, 3B and DF. RGB value is (167,59,223). Sum of RGB (Red+Green+Blue) = 167+59+223=449 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.19% from 449); Green value is 59 (23.44% from 255 or 13.14% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #A73BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BDF is #58C420. Grayscale: #6D6D6D. Windows color (decimal): -5817377 or 14629799. OLE color: 14629799.
HSL color Cylindrical-coordinate representation of color #A73BDF: hue angle of 279.51º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73BDF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 59 | 223 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 279.51º | 0.72% | 0.55% | - |
| HSV(B) | 279.51º | 0.74% | 0.87% | - |
| XYZ | 30.82 | 16.67 | 71.41 | - |
| YUV | 109.99 | 191.78 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 223 | 0.25 | 0.74 | 0 | 0.13 | 279.51 | 0.72 | 0.55 |
| Hex | A7 | 3B | DF | 19 | 4A | 0 | D | 118 | 48 | 37 |
| Octal | 247 | 73 | 337 | 31 | 112 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10100111 | 111011 | 11011111 | 11001 | 1001010 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A73BDF
Complementary color
Monochromatic Colors of #A73BDF
Black with #A73BDF
Text Example
Text Example
White with #A73BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BDF; }
p { color: rgb(167,59,223); }
H1.HeaderClassName
{
color: #A73BDF;
}
.AnyTagClassName
{
color: #A73BDF;
}
</style>
background-color css
<style>
a { background-color: #A73BDF; }
a { background-color: rgb(167,59,223); }
div.DivClassName
{
background-color: #A73BDF;
}
.BgClassName
{
background-color: #A73BDF;
}
</style>
border-color css
<style>
span { border-color: #A73BDF; }
span { border-color: rgb(167,59,223); }
td.TdClassName
{
border-color: #A73BDF;
}
.TagClassName
{
border-color: #A73BDF;
}
</style>