Shades of Dark Orchid #A247CE
Tints of Dark Orchid #A247CE
RGB
CMYK
RGB Variations
Color information
#A247CE (or 0xA247CE) is known color: Dark Orchid. HEX triplet: A2, 47 and CE. RGB value is (162,71,206). Sum of RGB (Red+Green+Blue) = 162+71+206=439 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.90% from 439); Green value is 71 (28.12% from 255 or 16.17% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A247CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247CE is #5DB831. Grayscale: #717171. Windows color (decimal): -6142002 or 13518754. OLE color: 13518754.
HSL color Cylindrical-coordinate representation of color #A247CE: hue angle of 280.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A247CE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 71 | 206 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.19 |
| HSL | 280.44º | 0.58% | 0.54% | - |
| HSV(B) | 280.44º | 0.66% | 0.81% | - |
| XYZ | 28.29 | 16.64 | 60.11 | - |
| YUV | 113.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 206 | 0.21 | 0.66 | 0 | 0.19 | 280.44 | 0.58 | 0.54 |
| Hex | A2 | 47 | CE | 15 | 42 | 0 | 13 | 118 | 3A | 36 |
| Octal | 242 | 107 | 316 | 25 | 102 | 0 | 23 | 430 | 72 | 66 |
| Binary | 10100010 | 1000111 | 11001110 | 10101 | 1000010 | 0 | 10011 | 100011000 | 111010 | 110110 |
Color Harmonies of #A247CE
Complementary color
Monochromatic Colors of #A247CE
Black with #A247CE
Text Example
Text Example
White with #A247CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247CE; }
p { color: rgb(162,71,206); }
H1.HeaderClassName
{
color: #A247CE;
}
.AnyTagClassName
{
color: #A247CE;
}
</style>
background-color css
<style>
a { background-color: #A247CE; }
a { background-color: rgb(162,71,206); }
div.DivClassName
{
background-color: #A247CE;
}
.BgClassName
{
background-color: #A247CE;
}
</style>
border-color css
<style>
span { border-color: #A247CE; }
span { border-color: rgb(162,71,206); }
td.TdClassName
{
border-color: #A247CE;
}
.TagClassName
{
border-color: #A247CE;
}
</style>