Shades of Dark Orchid #A046DD
Tints of Dark Orchid #A046DD
RGB
CMYK
RGB Variations
Color information
#A046DD (or 0xA046DD) is known color: Dark Orchid. HEX triplet: A0, 46 and DD. RGB value is (160,70,221). Sum of RGB (Red+Green+Blue) = 160+70+221=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #A046DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046DD is #5FB922. Grayscale: #717171. Windows color (decimal): -6273315 or 14501536. OLE color: 14501536.
HSL color Cylindrical-coordinate representation of color #A046DD: hue angle of 275.76º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A046DD is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 70 | 221 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.13 |
| HSL | 275.76º | 0.69% | 0.57% | - |
| HSV(B) | 275.76º | 0.68% | 0.87% | - |
| XYZ | 29.74 | 17.07 | 70.13 | - |
| YUV | 114.12 | 188.32 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 221 | 0.28 | 0.68 | 0 | 0.13 | 275.76 | 0.69 | 0.57 |
| Hex | A0 | 46 | DD | 1C | 44 | 0 | D | 114 | 45 | 39 |
| Octal | 240 | 106 | 335 | 34 | 104 | 0 | 15 | 424 | 105 | 71 |
| Binary | 10100000 | 1000110 | 11011101 | 11100 | 1000100 | 0 | 1101 | 100010100 | 1000101 | 111001 |
Color Harmonies of #A046DD
Complementary color
Monochromatic Colors of #A046DD
Black with #A046DD
Text Example
Text Example
White with #A046DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046DD; }
p { color: rgb(160,70,221); }
H1.HeaderClassName
{
color: #A046DD;
}
.AnyTagClassName
{
color: #A046DD;
}
</style>
background-color css
<style>
a { background-color: #A046DD; }
a { background-color: rgb(160,70,221); }
div.DivClassName
{
background-color: #A046DD;
}
.BgClassName
{
background-color: #A046DD;
}
</style>
border-color css
<style>
span { border-color: #A046DD; }
span { border-color: rgb(160,70,221); }
td.TdClassName
{
border-color: #A046DD;
}
.TagClassName
{
border-color: #A046DD;
}
</style>