Shades of Dark Orchid #A239D9
Tints of Dark Orchid #A239D9
RGB
CMYK
RGB Variations
Color information
#A239D9 (or 0xA239D9) is known color: Dark Orchid. HEX triplet: A2, 39 and D9. RGB value is (162,57,217). Sum of RGB (Red+Green+Blue) = 162+57+217=436 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.16% from 436); Green value is 57 (22.66% from 255 or 13.07% from 436); Blue value is 217 (85.16% from 255 or 49.77% from 436); Max value from RGB is 217 - color contains mainly: blue. Hex color #A239D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A239D9 is #5DC626. Grayscale: #6A6A6A. Windows color (decimal): -6145575 or 14236066. OLE color: 14236066.
HSL color Cylindrical-coordinate representation of color #A239D9: hue angle of 279.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A239D9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 57 | 217 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.15 |
| HSL | 279.38º | 0.68% | 0.54% | - |
| HSV(B) | 279.38º | 0.74% | 0.85% | - |
| XYZ | 28.89 | 15.62 | 67.14 | - |
| YUV | 106.64 | 190.29 | 167.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 217 | 0.25 | 0.74 | 0 | 0.15 | 279.38 | 0.68 | 0.54 |
| Hex | A2 | 39 | D9 | 19 | 4A | 0 | F | 117 | 44 | 36 |
| Octal | 242 | 71 | 331 | 31 | 112 | 0 | 17 | 427 | 104 | 66 |
| Binary | 10100010 | 111001 | 11011001 | 11001 | 1001010 | 0 | 1111 | 100010111 | 1000100 | 110110 |
Color Harmonies of #A239D9
Complementary color
Monochromatic Colors of #A239D9
Black with #A239D9
Text Example
Text Example
White with #A239D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A239D9; }
p { color: rgb(162,57,217); }
H1.HeaderClassName
{
color: #A239D9;
}
.AnyTagClassName
{
color: #A239D9;
}
</style>
background-color css
<style>
a { background-color: #A239D9; }
a { background-color: rgb(162,57,217); }
div.DivClassName
{
background-color: #A239D9;
}
.BgClassName
{
background-color: #A239D9;
}
</style>
border-color css
<style>
span { border-color: #A239D9; }
span { border-color: rgb(162,57,217); }
td.TdClassName
{
border-color: #A239D9;
}
.TagClassName
{
border-color: #A239D9;
}
</style>