Shades of Dark Orchid #A839D3
Tints of Dark Orchid #A839D3
RGB
CMYK
RGB Variations
Color information
#A839D3 (or 0xA839D3) is known color: Dark Orchid. HEX triplet: A8, 39 and D3. RGB value is (168,57,211). Sum of RGB (Red+Green+Blue) = 168+57+211=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 211 (82.81% from 255 or 48.39% from 436); Max value from RGB is 211 - color contains mainly: blue. Hex color #A839D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839D3 is #57C62C. Grayscale: #6B6B6B. Windows color (decimal): -5752365 or 13842856. OLE color: 13842856.
HSL color Cylindrical-coordinate representation of color #A839D3: hue angle of 283.25º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A839D3 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 57 | 211 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.17 |
| HSL | 283.25º | 0.64% | 0.53% | - |
| HSV(B) | 283.25º | 0.73% | 0.83% | - |
| XYZ | 29.37 | 15.95 | 63.16 | - |
| YUV | 107.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 211 | 0.20 | 0.73 | 0 | 0.17 | 283.25 | 0.64 | 0.53 |
| Hex | A8 | 39 | D3 | 14 | 49 | 0 | 11 | 11B | 40 | 35 |
| Octal | 250 | 71 | 323 | 24 | 111 | 0 | 21 | 433 | 100 | 65 |
| Binary | 10101000 | 111001 | 11010011 | 10100 | 1001001 | 0 | 10001 | 100011011 | 1000000 | 110101 |
Color Harmonies of #A839D3
Complementary color
Monochromatic Colors of #A839D3
Black with #A839D3
Text Example
Text Example
White with #A839D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839D3; }
p { color: rgb(168,57,211); }
H1.HeaderClassName
{
color: #A839D3;
}
.AnyTagClassName
{
color: #A839D3;
}
</style>
background-color css
<style>
a { background-color: #A839D3; }
a { background-color: rgb(168,57,211); }
div.DivClassName
{
background-color: #A839D3;
}
.BgClassName
{
background-color: #A839D3;
}
</style>
border-color css
<style>
span { border-color: #A839D3; }
span { border-color: rgb(168,57,211); }
td.TdClassName
{
border-color: #A839D3;
}
.TagClassName
{
border-color: #A839D3;
}
</style>