Shades of Dark Orchid #A339D9
Tints of Dark Orchid #A339D9
RGB
CMYK
RGB Variations
Color information
#A339D9 (or 0xA339D9) is known color: Dark Orchid. HEX triplet: A3, 39 and D9. RGB value is (163,57,217). Sum of RGB (Red+Green+Blue) = 163+57+217=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #A339D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339D9 is #5CC626. Grayscale: #6A6A6A. Windows color (decimal): -6080039 or 14236067. OLE color: 14236067.
HSL color Cylindrical-coordinate representation of color #A339D9: hue angle of 279.75º 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 #A339D9 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 57 | 217 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.15 |
| HSL | 279.75º | 0.68% | 0.54% | - |
| HSV(B) | 279.75º | 0.74% | 0.85% | - |
| XYZ | 29.09 | 15.72 | 67.15 | - |
| YUV | 106.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 217 | 0.25 | 0.74 | 0 | 0.15 | 279.75 | 0.68 | 0.54 |
| Hex | A3 | 39 | D9 | 19 | 4A | 0 | F | 118 | 44 | 36 |
| Octal | 243 | 71 | 331 | 31 | 112 | 0 | 17 | 430 | 104 | 66 |
| Binary | 10100011 | 111001 | 11011001 | 11001 | 1001010 | 0 | 1111 | 100011000 | 1000100 | 110110 |
Color Harmonies of #A339D9
Complementary color
Monochromatic Colors of #A339D9
Black with #A339D9
Text Example
Text Example
White with #A339D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339D9; }
p { color: rgb(163,57,217); }
H1.HeaderClassName
{
color: #A339D9;
}
.AnyTagClassName
{
color: #A339D9;
}
</style>
background-color css
<style>
a { background-color: #A339D9; }
a { background-color: rgb(163,57,217); }
div.DivClassName
{
background-color: #A339D9;
}
.BgClassName
{
background-color: #A339D9;
}
</style>
border-color css
<style>
span { border-color: #A339D9; }
span { border-color: rgb(163,57,217); }
td.TdClassName
{
border-color: #A339D9;
}
.TagClassName
{
border-color: #A339D9;
}
</style>