Shades of Dark Orchid #A839CF
Tints of Dark Orchid #A839CF
RGB
CMYK
RGB Variations
Color information
#A839CF (or 0xA839CF) is known color: Dark Orchid. HEX triplet: A8, 39 and CF. RGB value is (168,57,207). Sum of RGB (Red+Green+Blue) = 168+57+207=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 207 (81.25% from 255 or 47.92% from 432); Max value from RGB is 207 - color contains mainly: blue. Hex color #A839CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839CF is #57C630. Grayscale: #6A6A6A. Windows color (decimal): -5752369 or 13580712. OLE color: 13580712.
HSL color Cylindrical-coordinate representation of color #A839CF: hue angle of 284.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A839CF is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 57 | 207 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.19 |
| HSL | 284.4º | 0.61% | 0.52% | - |
| HSV(B) | 284.4º | 0.72% | 0.81% | - |
| XYZ | 28.87 | 15.76 | 60.55 | - |
| YUV | 107.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 207 | 0.19 | 0.72 | 0 | 0.19 | 284.4 | 0.61 | 0.52 |
| Hex | A8 | 39 | CF | 13 | 48 | 0 | 13 | 11C | 3D | 34 |
| Octal | 250 | 71 | 317 | 23 | 110 | 0 | 23 | 434 | 75 | 64 |
| Binary | 10101000 | 111001 | 11001111 | 10011 | 1001000 | 0 | 10011 | 100011100 | 111101 | 110100 |
Color Harmonies of #A839CF
Complementary color
Monochromatic Colors of #A839CF
Black with #A839CF
Text Example
Text Example
White with #A839CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839CF; }
p { color: rgb(168,57,207); }
H1.HeaderClassName
{
color: #A839CF;
}
.AnyTagClassName
{
color: #A839CF;
}
</style>
background-color css
<style>
a { background-color: #A839CF; }
a { background-color: rgb(168,57,207); }
div.DivClassName
{
background-color: #A839CF;
}
.BgClassName
{
background-color: #A839CF;
}
</style>
border-color css
<style>
span { border-color: #A839CF; }
span { border-color: rgb(168,57,207); }
td.TdClassName
{
border-color: #A839CF;
}
.TagClassName
{
border-color: #A839CF;
}
</style>