Shades of Dark Orchid #A046DB
Tints of Dark Orchid #A046DB
RGB
CMYK
RGB Variations
Color information
#A046DB (or 0xA046DB) is known color: Dark Orchid. HEX triplet: A0, 46 and DB. RGB value is (160,70,219). Sum of RGB (Red+Green+Blue) = 160+70+219=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A046DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046DB is #5FB924. Grayscale: #717171. Windows color (decimal): -6273317 or 14370464. OLE color: 14370464.
HSL color Cylindrical-coordinate representation of color #A046DB: hue angle of 276.24º degrees, saturation: 0.67, 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 #A046DB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 160 | 70 | 219 | - |
CMYK | 0.27 | 0.68 | 0 | 0.14 |
HSL | 276.24º | 0.67% | 0.57% | - |
HSV(B) | 276.24º | 0.68% | 0.86% | - |
XYZ | 29.47 | 16.97 | 68.74 | - |
YUV | 113.9 | 187.32 | 160.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 160 | 70 | 219 | 0.27 | 0.68 | 0 | 0.14 | 276.24 | 0.67 | 0.57 |
Hex | A0 | 46 | DB | 1B | 44 | 0 | E | 114 | 43 | 39 |
Octal | 240 | 106 | 333 | 33 | 104 | 0 | 16 | 424 | 103 | 71 |
Binary | 10100000 | 1000110 | 11011011 | 11011 | 1000100 | 0 | 1110 | 100010100 | 1000011 | 111001 |
Color Harmonies of #A046DB
Complementary color
Monochromatic Colors of #A046DB
Black with #A046DB
Text Example
Text Example
White with #A046DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046DB; }
p { color: rgb(160,70,219); }
H1.HeaderClassName
{
color: #A046DB;
}
.AnyTagClassName
{
color: #A046DB;
}
</style>
background-color css
<style>
a { background-color: #A046DB; }
a { background-color: rgb(160,70,219); }
div.DivClassName
{
background-color: #A046DB;
}
.BgClassName
{
background-color: #A046DB;
}
</style>
border-color css
<style>
span { border-color: #A046DB; }
span { border-color: rgb(160,70,219); }
td.TdClassName
{
border-color: #A046DB;
}
.TagClassName
{
border-color: #A046DB;
}
</style>