Shades of Dark Orchid #A046CD
Tints of Dark Orchid #A046CD
RGB
CMYK
RGB Variations
Color information
#A046CD (or 0xA046CD) is known color: Dark Orchid. HEX triplet: A0, 46 and CD. RGB value is (160,70,205). Sum of RGB (Red+Green+Blue) = 160+70+205=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #A046CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A046CD is #5FB932. Grayscale: #6F6F6F. Windows color (decimal): -6273331 or 13452960. OLE color: 13452960.
HSL color Cylindrical-coordinate representation of color #A046CD: hue angle of 280º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A046CD is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 70 | 205 | - |
| CMYK | 0.22 | 0.66 | 0 | 0.20 |
| HSL | 280º | 0.57% | 0.54% | - |
| HSV(B) | 280º | 0.66% | 0.8% | - |
| XYZ | 27.71 | 16.26 | 59.44 | - |
| YUV | 112.3 | 180.32 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 70 | 205 | 0.22 | 0.66 | 0 | 0.20 | 280 | 0.57 | 0.54 |
| Hex | A0 | 46 | CD | 16 | 42 | 0 | 14 | 118 | 39 | 36 |
| Octal | 240 | 106 | 315 | 26 | 102 | 0 | 24 | 430 | 71 | 66 |
| Binary | 10100000 | 1000110 | 11001101 | 10110 | 1000010 | 0 | 10100 | 100011000 | 111001 | 110110 |
Color Harmonies of #A046CD
Complementary color
Monochromatic Colors of #A046CD
Black with #A046CD
Text Example
Text Example
White with #A046CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A046CD; }
p { color: rgb(160,70,205); }
H1.HeaderClassName
{
color: #A046CD;
}
.AnyTagClassName
{
color: #A046CD;
}
</style>
background-color css
<style>
a { background-color: #A046CD; }
a { background-color: rgb(160,70,205); }
div.DivClassName
{
background-color: #A046CD;
}
.BgClassName
{
background-color: #A046CD;
}
</style>
border-color css
<style>
span { border-color: #A046CD; }
span { border-color: rgb(160,70,205); }
td.TdClassName
{
border-color: #A046CD;
}
.TagClassName
{
border-color: #A046CD;
}
</style>