Shades of Dark Orchid #A04CDB
Tints of Dark Orchid #A04CDB
RGB
CMYK
RGB Variations
Color information
#A04CDB (or 0xA04CDB) is known color: Dark Orchid. HEX triplet: A0, 4C and DB. RGB value is (160,76,219). Sum of RGB (Red+Green+Blue) = 160+76+219=455 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.16% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04CDB is #5FB324. Grayscale: #747474. Windows color (decimal): -6271781 or 14372000. OLE color: 14372000.
HSL color Cylindrical-coordinate representation of color #A04CDB: hue angle of 275.24º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A04CDB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 76 | 219 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.14 |
| HSL | 275.24º | 0.67% | 0.58% | - |
| HSV(B) | 275.24º | 0.65% | 0.86% | - |
| XYZ | 29.87 | 17.76 | 68.87 | - |
| YUV | 117.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 76 | 219 | 0.27 | 0.65 | 0 | 0.14 | 275.24 | 0.67 | 0.58 |
| Hex | A0 | 4C | DB | 1B | 41 | 0 | E | 113 | 43 | 3A |
| Octal | 240 | 114 | 333 | 33 | 101 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10100000 | 1001100 | 11011011 | 11011 | 1000001 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #A04CDB
Complementary color
Monochromatic Colors of #A04CDB
Black with #A04CDB
Text Example
Text Example
White with #A04CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04CDB; }
p { color: rgb(160,76,219); }
H1.HeaderClassName
{
color: #A04CDB;
}
.AnyTagClassName
{
color: #A04CDB;
}
</style>
background-color css
<style>
a { background-color: #A04CDB; }
a { background-color: rgb(160,76,219); }
div.DivClassName
{
background-color: #A04CDB;
}
.BgClassName
{
background-color: #A04CDB;
}
</style>
border-color css
<style>
span { border-color: #A04CDB; }
span { border-color: rgb(160,76,219); }
td.TdClassName
{
border-color: #A04CDB;
}
.TagClassName
{
border-color: #A04CDB;
}
</style>