Shades of Dark Orchid #A839E4
Tints of Dark Orchid #A839E4
RGB
CMYK
RGB Variations
Color information
#A839E4 (or 0xA839E4) is known color: Dark Orchid. HEX triplet: A8, 39 and E4. RGB value is (168,57,228). Sum of RGB (Red+Green+Blue) = 168+57+228=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #A839E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839E4 is #57C61B. Grayscale: #6D6D6D. Windows color (decimal): -5752348 or 14956968. OLE color: 14956968.
HSL color Cylindrical-coordinate representation of color #A839E4: hue angle of 278.95º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A839E4 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 57 | 228 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.11 |
| HSL | 278.95º | 0.76% | 0.56% | - |
| HSV(B) | 278.95º | 0.75% | 0.89% | - |
| XYZ | 31.62 | 16.85 | 74.99 | - |
| YUV | 109.68 | 194.77 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 228 | 0.26 | 0.75 | 0 | 0.11 | 278.95 | 0.76 | 0.56 |
| Hex | A8 | 39 | E4 | 1A | 4B | 0 | B | 117 | 4C | 38 |
| Octal | 250 | 71 | 344 | 32 | 113 | 0 | 13 | 427 | 114 | 70 |
| Binary | 10101000 | 111001 | 11100100 | 11010 | 1001011 | 0 | 1011 | 100010111 | 1001100 | 111000 |
Color Harmonies of #A839E4
Complementary color
Monochromatic Colors of #A839E4
Black with #A839E4
Text Example
Text Example
White with #A839E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839E4; }
p { color: rgb(168,57,228); }
H1.HeaderClassName
{
color: #A839E4;
}
.AnyTagClassName
{
color: #A839E4;
}
</style>
background-color css
<style>
a { background-color: #A839E4; }
a { background-color: rgb(168,57,228); }
div.DivClassName
{
background-color: #A839E4;
}
.BgClassName
{
background-color: #A839E4;
}
</style>
border-color css
<style>
span { border-color: #A839E4; }
span { border-color: rgb(168,57,228); }
td.TdClassName
{
border-color: #A839E4;
}
.TagClassName
{
border-color: #A839E4;
}
</style>