Shades of Dark Orchid #A839DD
Tints of Dark Orchid #A839DD
RGB
CMYK
RGB Variations
Color information
#A839DD (or 0xA839DD) is known color: Dark Orchid. HEX triplet: A8, 39 and DD. RGB value is (168,57,221). Sum of RGB (Red+Green+Blue) = 168+57+221=446 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.67% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #A839DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839DD is #57C622. Grayscale: #6C6C6C. Windows color (decimal): -5752355 or 14498216. OLE color: 14498216.
HSL color Cylindrical-coordinate representation of color #A839DD: hue angle of 280.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A839DD is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 57 | 221 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.13 |
| HSL | 280.61º | 0.71% | 0.55% | - |
| HSV(B) | 280.61º | 0.74% | 0.87% | - |
| XYZ | 30.66 | 16.47 | 69.97 | - |
| YUV | 108.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 221 | 0.24 | 0.74 | 0 | 0.13 | 280.61 | 0.71 | 0.55 |
| Hex | A8 | 39 | DD | 18 | 4A | 0 | D | 119 | 47 | 37 |
| Octal | 250 | 71 | 335 | 30 | 112 | 0 | 15 | 431 | 107 | 67 |
| Binary | 10101000 | 111001 | 11011101 | 11000 | 1001010 | 0 | 1101 | 100011001 | 1000111 | 110111 |
Color Harmonies of #A839DD
Complementary color
Monochromatic Colors of #A839DD
Black with #A839DD
Text Example
Text Example
White with #A839DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839DD; }
p { color: rgb(168,57,221); }
H1.HeaderClassName
{
color: #A839DD;
}
.AnyTagClassName
{
color: #A839DD;
}
</style>
background-color css
<style>
a { background-color: #A839DD; }
a { background-color: rgb(168,57,221); }
div.DivClassName
{
background-color: #A839DD;
}
.BgClassName
{
background-color: #A839DD;
}
</style>
border-color css
<style>
span { border-color: #A839DD; }
span { border-color: rgb(168,57,221); }
td.TdClassName
{
border-color: #A839DD;
}
.TagClassName
{
border-color: #A839DD;
}
</style>