Shades of Dark Orchid #A73CDB
Tints of Dark Orchid #A73CDB
RGB
CMYK
RGB Variations
Color information
#A73CDB (or 0xA73CDB) is known color: Dark Orchid. HEX triplet: A7, 3C and DB. RGB value is (167,60,219). Sum of RGB (Red+Green+Blue) = 167+60+219=446 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.44% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A73CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CDB is #58C324. Grayscale: #6D6D6D. Windows color (decimal): -5817125 or 14367911. OLE color: 14367911.
HSL color Cylindrical-coordinate representation of color #A73CDB: hue angle of 280.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73CDB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 60 | 219 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.14 |
| HSL | 280.38º | 0.69% | 0.55% | - |
| HSV(B) | 280.38º | 0.73% | 0.86% | - |
| XYZ | 30.34 | 16.56 | 68.62 | - |
| YUV | 110.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 219 | 0.24 | 0.73 | 0 | 0.14 | 280.38 | 0.69 | 0.55 |
| Hex | A7 | 3C | DB | 18 | 49 | 0 | E | 118 | 45 | 37 |
| Octal | 247 | 74 | 333 | 30 | 111 | 0 | 16 | 430 | 105 | 67 |
| Binary | 10100111 | 111100 | 11011011 | 11000 | 1001001 | 0 | 1110 | 100011000 | 1000101 | 110111 |
Color Harmonies of #A73CDB
Complementary color
Monochromatic Colors of #A73CDB
Black with #A73CDB
Text Example
Text Example
White with #A73CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CDB; }
p { color: rgb(167,60,219); }
H1.HeaderClassName
{
color: #A73CDB;
}
.AnyTagClassName
{
color: #A73CDB;
}
</style>
background-color css
<style>
a { background-color: #A73CDB; }
a { background-color: rgb(167,60,219); }
div.DivClassName
{
background-color: #A73CDB;
}
.BgClassName
{
background-color: #A73CDB;
}
</style>
border-color css
<style>
span { border-color: #A73CDB; }
span { border-color: rgb(167,60,219); }
td.TdClassName
{
border-color: #A73CDB;
}
.TagClassName
{
border-color: #A73CDB;
}
</style>