Shades of Dark Orchid #A839DF
Tints of Dark Orchid #A839DF
RGB
CMYK
RGB Variations
Color information
#A839DF (or 0xA839DF) is known color: Dark Orchid. HEX triplet: A8, 39 and DF. RGB value is (168,57,223). Sum of RGB (Red+Green+Blue) = 168+57+223=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 57 (22.66% from 255 or 12.72% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #A839DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839DF is #57C620. Grayscale: #6C6C6C. Windows color (decimal): -5752353 or 14629288. OLE color: 14629288.
HSL color Cylindrical-coordinate representation of color #A839DF: hue angle of 280.12º degrees, saturation: 0.72, 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 #A839DF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 57 | 223 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 280.12º | 0.72% | 0.55% | - |
| HSV(B) | 280.12º | 0.74% | 0.87% | - |
| XYZ | 30.93 | 16.58 | 71.38 | - |
| YUV | 109.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 223 | 0.25 | 0.74 | 0 | 0.13 | 280.12 | 0.72 | 0.55 |
| Hex | A8 | 39 | DF | 19 | 4A | 0 | D | 118 | 48 | 37 |
| Octal | 250 | 71 | 337 | 31 | 112 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101000 | 111001 | 11011111 | 11001 | 1001010 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A839DF
Complementary color
Monochromatic Colors of #A839DF
Black with #A839DF
Text Example
Text Example
White with #A839DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839DF; }
p { color: rgb(168,57,223); }
H1.HeaderClassName
{
color: #A839DF;
}
.AnyTagClassName
{
color: #A839DF;
}
</style>
background-color css
<style>
a { background-color: #A839DF; }
a { background-color: rgb(168,57,223); }
div.DivClassName
{
background-color: #A839DF;
}
.BgClassName
{
background-color: #A839DF;
}
</style>
border-color css
<style>
span { border-color: #A839DF; }
span { border-color: rgb(168,57,223); }
td.TdClassName
{
border-color: #A839DF;
}
.TagClassName
{
border-color: #A839DF;
}
</style>