Shades of Dark Orchid #A247E8
Tints of Dark Orchid #A247E8
RGB
CMYK
RGB Variations
Color information
#A247E8 (or 0xA247E8) is known color: Dark Orchid. HEX triplet: A2, 47 and E8. RGB value is (162,71,232). Sum of RGB (Red+Green+Blue) = 162+71+232=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #A247E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A247E8 is #5DB817. Grayscale: #747474. Windows color (decimal): -6141976 or 15222690. OLE color: 15222690.
HSL color Cylindrical-coordinate representation of color #A247E8: hue angle of 273.91º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A247E8 is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 71 | 232 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.09 |
| HSL | 273.91º | 0.78% | 0.59% | - |
| HSV(B) | 273.91º | 0.69% | 0.91% | - |
| XYZ | 31.72 | 18.01 | 78.15 | - |
| YUV | 116.56 | 193.15 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 71 | 232 | 0.30 | 0.69 | 0 | 0.09 | 273.91 | 0.78 | 0.59 |
| Hex | A2 | 47 | E8 | 1E | 45 | 0 | 9 | 112 | 4E | 3B |
| Octal | 242 | 107 | 350 | 36 | 105 | 0 | 11 | 422 | 116 | 73 |
| Binary | 10100010 | 1000111 | 11101000 | 11110 | 1000101 | 0 | 1001 | 100010010 | 1001110 | 111011 |
Color Harmonies of #A247E8
Complementary color
Monochromatic Colors of #A247E8
Black with #A247E8
Text Example
Text Example
White with #A247E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A247E8; }
p { color: rgb(162,71,232); }
H1.HeaderClassName
{
color: #A247E8;
}
.AnyTagClassName
{
color: #A247E8;
}
</style>
background-color css
<style>
a { background-color: #A247E8; }
a { background-color: rgb(162,71,232); }
div.DivClassName
{
background-color: #A247E8;
}
.BgClassName
{
background-color: #A247E8;
}
</style>
border-color css
<style>
span { border-color: #A247E8; }
span { border-color: rgb(162,71,232); }
td.TdClassName
{
border-color: #A247E8;
}
.TagClassName
{
border-color: #A247E8;
}
</style>