Shades of Dark Orchid #A04BDF
Tints of Dark Orchid #A04BDF
RGB
CMYK
RGB Variations
Color information
#A04BDF (or 0xA04BDF) is known color: Dark Orchid. HEX triplet: A0, 4B and DF. RGB value is (160,75,223). Sum of RGB (Red+Green+Blue) = 160+75+223=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 75 (29.69% from 255 or 16.38% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #A04BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A04BDF is #5FB420. Grayscale: #747474. Windows color (decimal): -6272033 or 14633888. OLE color: 14633888.
HSL color Cylindrical-coordinate representation of color #A04BDF: hue angle of 274.46º degrees, saturation: 0.7, 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 #A04BDF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 75 | 223 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.13 |
| HSL | 274.46º | 0.7% | 0.58% | - |
| HSV(B) | 274.46º | 0.66% | 0.87% | - |
| XYZ | 30.33 | 17.83 | 71.66 | - |
| YUV | 117.29 | 187.66 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 75 | 223 | 0.28 | 0.66 | 0 | 0.13 | 274.46 | 0.7 | 0.58 |
| Hex | A0 | 4B | DF | 1C | 42 | 0 | D | 112 | 46 | 3A |
| Octal | 240 | 113 | 337 | 34 | 102 | 0 | 15 | 422 | 106 | 72 |
| Binary | 10100000 | 1001011 | 11011111 | 11100 | 1000010 | 0 | 1101 | 100010010 | 1000110 | 111010 |
Color Harmonies of #A04BDF
Complementary color
Monochromatic Colors of #A04BDF
Black with #A04BDF
Text Example
Text Example
White with #A04BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A04BDF; }
p { color: rgb(160,75,223); }
H1.HeaderClassName
{
color: #A04BDF;
}
.AnyTagClassName
{
color: #A04BDF;
}
</style>
background-color css
<style>
a { background-color: #A04BDF; }
a { background-color: rgb(160,75,223); }
div.DivClassName
{
background-color: #A04BDF;
}
.BgClassName
{
background-color: #A04BDF;
}
</style>
border-color css
<style>
span { border-color: #A04BDF; }
span { border-color: rgb(160,75,223); }
td.TdClassName
{
border-color: #A04BDF;
}
.TagClassName
{
border-color: #A04BDF;
}
</style>