Shades of Dark Orchid #A04BDD
Tints of Dark Orchid #A04BDD
RGB
CMYK
RGB Variations
Color information
#A04BDD (or 0xA04BDD) is known color: Dark Orchid. HEX triplet: A0, 4B and DD. RGB value is (160,75,221). Sum of RGB (Red+Green+Blue) = 160+75+221=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 75 (29.69% from 255 or 16.45% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #A04BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BDD is #5FB422. Grayscale: #747474. Windows color (decimal): -6272035 or 14502816. OLE color: 14502816.
HSL color Cylindrical-coordinate representation of color #A04BDD: hue angle of 274.93º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A04BDD is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 75 | 221 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.13 |
| HSL | 274.93º | 0.68% | 0.58% | - |
| HSV(B) | 274.93º | 0.66% | 0.87% | - |
| XYZ | 30.06 | 17.73 | 70.24 | - |
| YUV | 117.06 | 186.66 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 221 | 0.28 | 0.66 | 0 | 0.13 | 274.93 | 0.68 | 0.58 |
| Hex | A0 | 4B | DD | 1C | 42 | 0 | D | 113 | 44 | 3A |
| Octal | 240 | 113 | 335 | 34 | 102 | 0 | 15 | 423 | 104 | 72 |
| Binary | 10100000 | 1001011 | 11011101 | 11100 | 1000010 | 0 | 1101 | 100010011 | 1000100 | 111010 |
Color Harmonies of #A04BDD
Complementary color
Monochromatic Colors of #A04BDD
Black with #A04BDD
Text Example
Text Example
White with #A04BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BDD; }
p { color: rgb(160,75,221); }
H1.HeaderClassName
{
color: #A04BDD;
}
.AnyTagClassName
{
color: #A04BDD;
}
</style>
background-color css
<style>
a { background-color: #A04BDD; }
a { background-color: rgb(160,75,221); }
div.DivClassName
{
background-color: #A04BDD;
}
.BgClassName
{
background-color: #A04BDD;
}
</style>
border-color css
<style>
span { border-color: #A04BDD; }
span { border-color: rgb(160,75,221); }
td.TdClassName
{
border-color: #A04BDD;
}
.TagClassName
{
border-color: #A04BDD;
}
</style>