Shades of Dark Orchid #A04BDB
Tints of Dark Orchid #A04BDB
RGB
CMYK
RGB Variations
Color information
#A04BDB (or 0xA04BDB) is known color: Dark Orchid. HEX triplet: A0, 4B and DB. RGB value is (160,75,219). Sum of RGB (Red+Green+Blue) = 160+75+219=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #A04BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BDB is #5FB424. Grayscale: #747474. Windows color (decimal): -6272037 or 14371744. OLE color: 14371744.
HSL color Cylindrical-coordinate representation of color #A04BDB: hue angle of 275.42º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04BDB is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 75 | 219 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.14 |
| HSL | 275.42º | 0.67% | 0.58% | - |
| HSV(B) | 275.42º | 0.66% | 0.86% | - |
| XYZ | 29.8 | 17.62 | 68.85 | - |
| YUV | 116.83 | 185.66 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 219 | 0.27 | 0.66 | 0 | 0.14 | 275.42 | 0.67 | 0.58 |
| Hex | A0 | 4B | DB | 1B | 42 | 0 | E | 113 | 43 | 3A |
| Octal | 240 | 113 | 333 | 33 | 102 | 0 | 16 | 423 | 103 | 72 |
| Binary | 10100000 | 1001011 | 11011011 | 11011 | 1000010 | 0 | 1110 | 100010011 | 1000011 | 111010 |
Color Harmonies of #A04BDB
Complementary color
Monochromatic Colors of #A04BDB
Black with #A04BDB
Text Example
Text Example
White with #A04BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BDB; }
p { color: rgb(160,75,219); }
H1.HeaderClassName
{
color: #A04BDB;
}
.AnyTagClassName
{
color: #A04BDB;
}
</style>
background-color css
<style>
a { background-color: #A04BDB; }
a { background-color: rgb(160,75,219); }
div.DivClassName
{
background-color: #A04BDB;
}
.BgClassName
{
background-color: #A04BDB;
}
</style>
border-color css
<style>
span { border-color: #A04BDB; }
span { border-color: rgb(160,75,219); }
td.TdClassName
{
border-color: #A04BDB;
}
.TagClassName
{
border-color: #A04BDB;
}
</style>