Shades of Dark Orchid #A046E5
Tints of Dark Orchid #A046E5
RGB
CMYK
RGB Variations
Color information
#A046E5 (or 0xA046E5) is known color: Dark Orchid. HEX triplet: A0, 46 and E5. RGB value is (160,70,229). Sum of RGB (Red+Green+Blue) = 160+70+229=459 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.86% from 459); Green value is 70 (27.73% from 255 or 15.25% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #A046E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046E5 is #5FB91A. Grayscale: #727272. Windows color (decimal): -6273307 or 15025824. OLE color: 15025824.
HSL color Cylindrical-coordinate representation of color #A046E5: hue angle of 273.96º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A046E5 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 70 | 229 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.10 |
| HSL | 273.96º | 0.75% | 0.59% | - |
| HSV(B) | 273.96º | 0.69% | 0.9% | - |
| XYZ | 30.83 | 17.51 | 75.88 | - |
| YUV | 115.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 229 | 0.30 | 0.69 | 0 | 0.10 | 273.96 | 0.75 | 0.59 |
| Hex | A0 | 46 | E5 | 1E | 45 | 0 | A | 112 | 4B | 3B |
| Octal | 240 | 106 | 345 | 36 | 105 | 0 | 12 | 422 | 113 | 73 |
| Binary | 10100000 | 1000110 | 11100101 | 11110 | 1000101 | 0 | 1010 | 100010010 | 1001011 | 111011 |
Color Harmonies of #A046E5
Complementary color
Monochromatic Colors of #A046E5
Black with #A046E5
Text Example
Text Example
White with #A046E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046E5; }
p { color: rgb(160,70,229); }
H1.HeaderClassName
{
color: #A046E5;
}
.AnyTagClassName
{
color: #A046E5;
}
</style>
background-color css
<style>
a { background-color: #A046E5; }
a { background-color: rgb(160,70,229); }
div.DivClassName
{
background-color: #A046E5;
}
.BgClassName
{
background-color: #A046E5;
}
</style>
border-color css
<style>
span { border-color: #A046E5; }
span { border-color: rgb(160,70,229); }
td.TdClassName
{
border-color: #A046E5;
}
.TagClassName
{
border-color: #A046E5;
}
</style>