Shades of Dark Orchid #A839CA
Tints of Dark Orchid #A839CA
RGB
CMYK
RGB Variations
Color information
#A839CA (or 0xA839CA) is known color: Dark Orchid. HEX triplet: A8, 39 and CA. RGB value is (168,57,202). Sum of RGB (Red+Green+Blue) = 168+57+202=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 57 (22.66% from 255 or 13.35% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #A839CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A839CA is #57C635. Grayscale: #6A6A6A. Windows color (decimal): -5752374 or 13253032. OLE color: 13253032.
HSL color Cylindrical-coordinate representation of color #A839CA: hue angle of 285.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A839CA is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 57 | 202 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.21 |
| HSL | 285.93º | 0.58% | 0.51% | - |
| HSV(B) | 285.93º | 0.72% | 0.79% | - |
| XYZ | 28.27 | 15.52 | 57.38 | - |
| YUV | 106.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 202 | 0.17 | 0.72 | 0 | 0.21 | 285.93 | 0.58 | 0.51 |
| Hex | A8 | 39 | CA | 11 | 48 | 0 | 15 | 11E | 3A | 33 |
| Octal | 250 | 71 | 312 | 21 | 110 | 0 | 25 | 436 | 72 | 63 |
| Binary | 10101000 | 111001 | 11001010 | 10001 | 1001000 | 0 | 10101 | 100011110 | 111010 | 110011 |
Color Harmonies of #A839CA
Complementary color
Monochromatic Colors of #A839CA
Black with #A839CA
Text Example
Text Example
White with #A839CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A839CA; }
p { color: rgb(168,57,202); }
H1.HeaderClassName
{
color: #A839CA;
}
.AnyTagClassName
{
color: #A839CA;
}
</style>
background-color css
<style>
a { background-color: #A839CA; }
a { background-color: rgb(168,57,202); }
div.DivClassName
{
background-color: #A839CA;
}
.BgClassName
{
background-color: #A839CA;
}
</style>
border-color css
<style>
span { border-color: #A839CA; }
span { border-color: rgb(168,57,202); }
td.TdClassName
{
border-color: #A839CA;
}
.TagClassName
{
border-color: #A839CA;
}
</style>