Shades of Dark Orchid #A246C9
Tints of Dark Orchid #A246C9
RGB
CMYK
RGB Variations
Color information
#A246C9 (or 0xA246C9) is known color: Dark Orchid. HEX triplet: A2, 46 and C9. RGB value is (162,70,201). Sum of RGB (Red+Green+Blue) = 162+70+201=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 201 (78.91% from 255 or 46.42% from 433); Max value from RGB is 201 - color contains mainly: blue. Hex color #A246C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A246C9 is #5DB936. Grayscale: #707070. Windows color (decimal): -6142263 or 13190818. OLE color: 13190818.
HSL color Cylindrical-coordinate representation of color #A246C9: hue angle of 282.14º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A246C9 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 70 | 201 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.21 |
| HSL | 282.14º | 0.55% | 0.53% | - |
| HSV(B) | 282.14º | 0.65% | 0.79% | - |
| XYZ | 27.63 | 16.28 | 56.94 | - |
| YUV | 112.44 | 177.98 | 163.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 70 | 201 | 0.19 | 0.65 | 0 | 0.21 | 282.14 | 0.55 | 0.53 |
| Hex | A2 | 46 | C9 | 13 | 41 | 0 | 15 | 11A | 37 | 35 |
| Octal | 242 | 106 | 311 | 23 | 101 | 0 | 25 | 432 | 67 | 65 |
| Binary | 10100010 | 1000110 | 11001001 | 10011 | 1000001 | 0 | 10101 | 100011010 | 110111 | 110101 |
Color Harmonies of #A246C9
Complementary color
Monochromatic Colors of #A246C9
Black with #A246C9
Text Example
Text Example
White with #A246C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A246C9; }
p { color: rgb(162,70,201); }
H1.HeaderClassName
{
color: #A246C9;
}
.AnyTagClassName
{
color: #A246C9;
}
</style>
background-color css
<style>
a { background-color: #A246C9; }
a { background-color: rgb(162,70,201); }
div.DivClassName
{
background-color: #A246C9;
}
.BgClassName
{
background-color: #A246C9;
}
</style>
border-color css
<style>
span { border-color: #A246C9; }
span { border-color: rgb(162,70,201); }
td.TdClassName
{
border-color: #A246C9;
}
.TagClassName
{
border-color: #A246C9;
}
</style>