Shades of Dark Orchid #A046DC
Tints of Dark Orchid #A046DC
RGB
CMYK
RGB Variations
Color information
#A046DC (or 0xA046DC) is known color: Dark Orchid. HEX triplet: A0, 46 and DC. RGB value is (160,70,220). Sum of RGB (Red+Green+Blue) = 160+70+220=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 70 (27.73% from 255 or 15.56% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #A046DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046DC is #5FB923. Grayscale: #717171. Windows color (decimal): -6273316 or 14436000. OLE color: 14436000.
HSL color Cylindrical-coordinate representation of color #A046DC: hue angle of 276º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A046DC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 70 | 220 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.14 |
| HSL | 276º | 0.68% | 0.57% | - |
| HSV(B) | 276º | 0.68% | 0.86% | - |
| XYZ | 29.61 | 17.02 | 69.44 | - |
| YUV | 114.01 | 187.82 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 220 | 0.27 | 0.68 | 0 | 0.14 | 276 | 0.68 | 0.57 |
| Hex | A0 | 46 | DC | 1B | 44 | 0 | E | 114 | 44 | 39 |
| Octal | 240 | 106 | 334 | 33 | 104 | 0 | 16 | 424 | 104 | 71 |
| Binary | 10100000 | 1000110 | 11011100 | 11011 | 1000100 | 0 | 1110 | 100010100 | 1000100 | 111001 |
Color Harmonies of #A046DC
Complementary color
Monochromatic Colors of #A046DC
Black with #A046DC
Text Example
Text Example
White with #A046DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046DC; }
p { color: rgb(160,70,220); }
H1.HeaderClassName
{
color: #A046DC;
}
.AnyTagClassName
{
color: #A046DC;
}
</style>
background-color css
<style>
a { background-color: #A046DC; }
a { background-color: rgb(160,70,220); }
div.DivClassName
{
background-color: #A046DC;
}
.BgClassName
{
background-color: #A046DC;
}
</style>
border-color css
<style>
span { border-color: #A046DC; }
span { border-color: rgb(160,70,220); }
td.TdClassName
{
border-color: #A046DC;
}
.TagClassName
{
border-color: #A046DC;
}
</style>