Shades of Dark Orchid #A246DC
Tints of Dark Orchid #A246DC
RGB
CMYK
RGB Variations
Color information
#A246DC (or 0xA246DC) is known color: Dark Orchid. HEX triplet: A2, 46 and DC. RGB value is (162,70,220). Sum of RGB (Red+Green+Blue) = 162+70+220=452 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.84% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #A246DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246DC is #5DB923. Grayscale: #727272. Windows color (decimal): -6142244 or 14436002. OLE color: 14436002.
HSL color Cylindrical-coordinate representation of color #A246DC: hue angle of 276.8º 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 #A246DC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 70 | 220 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.14 |
| HSL | 276.8º | 0.68% | 0.57% | - |
| HSV(B) | 276.8º | 0.68% | 0.86% | - |
| XYZ | 30.01 | 17.23 | 69.45 | - |
| YUV | 114.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 220 | 0.26 | 0.68 | 0 | 0.14 | 276.8 | 0.68 | 0.57 |
| Hex | A2 | 46 | DC | 1A | 44 | 0 | E | 115 | 44 | 39 |
| Octal | 242 | 106 | 334 | 32 | 104 | 0 | 16 | 425 | 104 | 71 |
| Binary | 10100010 | 1000110 | 11011100 | 11010 | 1000100 | 0 | 1110 | 100010101 | 1000100 | 111001 |
Color Harmonies of #A246DC
Complementary color
Monochromatic Colors of #A246DC
Black with #A246DC
Text Example
Text Example
White with #A246DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A246DC; }
p { color: rgb(162,70,220); }
H1.HeaderClassName
{
color: #A246DC;
}
.AnyTagClassName
{
color: #A246DC;
}
</style>
background-color css
<style>
a { background-color: #A246DC; }
a { background-color: rgb(162,70,220); }
div.DivClassName
{
background-color: #A246DC;
}
.BgClassName
{
background-color: #A246DC;
}
</style>
border-color css
<style>
span { border-color: #A246DC; }
span { border-color: rgb(162,70,220); }
td.TdClassName
{
border-color: #A246DC;
}
.TagClassName
{
border-color: #A246DC;
}
</style>