Shades of Dark Orchid #A04ADB
Tints of Dark Orchid #A04ADB
RGB
CMYK
RGB Variations
Color information
#A04ADB (or 0xA04ADB) is known color: Dark Orchid. HEX triplet: A0, 4A and DB. RGB value is (160,74,219). Sum of RGB (Red+Green+Blue) = 160+74+219=453 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.32% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04ADB is #5FB524. Grayscale: #737373. Windows color (decimal): -6272293 or 14371488. OLE color: 14371488.
HSL color Cylindrical-coordinate representation of color #A04ADB: hue angle of 275.59º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04ADB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 74 | 219 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.14 |
| HSL | 275.59º | 0.67% | 0.57% | - |
| HSV(B) | 275.59º | 0.66% | 0.86% | - |
| XYZ | 29.73 | 17.49 | 68.83 | - |
| YUV | 116.24 | 185.99 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 74 | 219 | 0.27 | 0.66 | 0 | 0.14 | 275.59 | 0.67 | 0.57 |
| Hex | A0 | 4A | DB | 1B | 42 | 0 | E | 114 | 43 | 39 |
| Octal | 240 | 112 | 333 | 33 | 102 | 0 | 16 | 424 | 103 | 71 |
| Binary | 10100000 | 1001010 | 11011011 | 11011 | 1000010 | 0 | 1110 | 100010100 | 1000011 | 111001 |
Color Harmonies of #A04ADB
Complementary color
Monochromatic Colors of #A04ADB
Black with #A04ADB
Text Example
Text Example
White with #A04ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04ADB; }
p { color: rgb(160,74,219); }
H1.HeaderClassName
{
color: #A04ADB;
}
.AnyTagClassName
{
color: #A04ADB;
}
</style>
background-color css
<style>
a { background-color: #A04ADB; }
a { background-color: rgb(160,74,219); }
div.DivClassName
{
background-color: #A04ADB;
}
.BgClassName
{
background-color: #A04ADB;
}
</style>
border-color css
<style>
span { border-color: #A04ADB; }
span { border-color: rgb(160,74,219); }
td.TdClassName
{
border-color: #A04ADB;
}
.TagClassName
{
border-color: #A04ADB;
}
</style>