Shades of Dark Orchid #A146D0
Tints of Dark Orchid #A146D0
RGB
CMYK
RGB Variations
Color information
#A146D0 (or 0xA146D0) is known color: Dark Orchid. HEX triplet: A1, 46 and D0. RGB value is (161,70,208). Sum of RGB (Red+Green+Blue) = 161+70+208=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 208 (81.64% from 255 or 47.38% from 439); Max value from RGB is 208 - color contains mainly: blue. Hex color #A146D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A146D0 is #5EB92F. Grayscale: #707070. Windows color (decimal): -6207792 or 13649569. OLE color: 13649569.
HSL color Cylindrical-coordinate representation of color #A146D0: hue angle of 279.57º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A146D0 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 70 | 208 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.18 |
| HSL | 279.57º | 0.59% | 0.55% | - |
| HSV(B) | 279.57º | 0.66% | 0.82% | - |
| XYZ | 28.27 | 16.51 | 61.37 | - |
| YUV | 112.94 | 181.65 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 70 | 208 | 0.23 | 0.66 | 0 | 0.18 | 279.57 | 0.59 | 0.55 |
| Hex | A1 | 46 | D0 | 17 | 42 | 0 | 12 | 118 | 3B | 37 |
| Octal | 241 | 106 | 320 | 27 | 102 | 0 | 22 | 430 | 73 | 67 |
| Binary | 10100001 | 1000110 | 11010000 | 10111 | 1000010 | 0 | 10010 | 100011000 | 111011 | 110111 |
Color Harmonies of #A146D0
Complementary color
Monochromatic Colors of #A146D0
Black with #A146D0
Text Example
Text Example
White with #A146D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A146D0; }
p { color: rgb(161,70,208); }
H1.HeaderClassName
{
color: #A146D0;
}
.AnyTagClassName
{
color: #A146D0;
}
</style>
background-color css
<style>
a { background-color: #A146D0; }
a { background-color: rgb(161,70,208); }
div.DivClassName
{
background-color: #A146D0;
}
.BgClassName
{
background-color: #A146D0;
}
</style>
border-color css
<style>
span { border-color: #A146D0; }
span { border-color: rgb(161,70,208); }
td.TdClassName
{
border-color: #A146D0;
}
.TagClassName
{
border-color: #A146D0;
}
</style>