Shades of Dark Orchid #A247DC
Tints of Dark Orchid #A247DC
RGB
CMYK
RGB Variations
Color information
#A247DC (or 0xA247DC) is known color: Dark Orchid. HEX triplet: A2, 47 and DC. RGB value is (162,71,220). Sum of RGB (Red+Green+Blue) = 162+71+220=453 (60% of max value = 765). Red value is 162 (63.67% from 255 or 35.76% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #A247DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A247DC is #5DB823. Grayscale: #727272. Windows color (decimal): -6141988 or 14436258. OLE color: 14436258.
HSL color Cylindrical-coordinate representation of color #A247DC: hue angle of 276.64º 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 #A247DC is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 71 | 220 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.14 |
| HSL | 276.64º | 0.68% | 0.57% | - |
| HSV(B) | 276.64º | 0.68% | 0.86% | - |
| XYZ | 30.07 | 17.36 | 69.48 | - |
| YUV | 115.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 220 | 0.26 | 0.68 | 0 | 0.14 | 276.64 | 0.68 | 0.57 |
| Hex | A2 | 47 | DC | 1A | 44 | 0 | E | 115 | 44 | 39 |
| Octal | 242 | 107 | 334 | 32 | 104 | 0 | 16 | 425 | 104 | 71 |
| Binary | 10100010 | 1000111 | 11011100 | 11010 | 1000100 | 0 | 1110 | 100010101 | 1000100 | 111001 |
Color Harmonies of #A247DC
Complementary color
Monochromatic Colors of #A247DC
Black with #A247DC
Text Example
Text Example
White with #A247DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247DC; }
p { color: rgb(162,71,220); }
H1.HeaderClassName
{
color: #A247DC;
}
.AnyTagClassName
{
color: #A247DC;
}
</style>
background-color css
<style>
a { background-color: #A247DC; }
a { background-color: rgb(162,71,220); }
div.DivClassName
{
background-color: #A247DC;
}
.BgClassName
{
background-color: #A247DC;
}
</style>
border-color css
<style>
span { border-color: #A247DC; }
span { border-color: rgb(162,71,220); }
td.TdClassName
{
border-color: #A247DC;
}
.TagClassName
{
border-color: #A247DC;
}
</style>