Shades of Dark Orchid #A339D6
Tints of Dark Orchid #A339D6
RGB
CMYK
RGB Variations
Color information
#A339D6 (or 0xA339D6) is known color: Dark Orchid. HEX triplet: A3, 39 and D6. RGB value is (163,57,214). Sum of RGB (Red+Green+Blue) = 163+57+214=434 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.56% from 434); Green value is 57 (22.66% from 255 or 13.13% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #A339D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339D6 is #5CC629. Grayscale: #6A6A6A. Windows color (decimal): -6080042 or 14039459. OLE color: 14039459.
HSL color Cylindrical-coordinate representation of color #A339D6: hue angle of 280.51º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A339D6 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 57 | 214 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.16 |
| HSL | 280.51º | 0.66% | 0.53% | - |
| HSV(B) | 280.51º | 0.73% | 0.84% | - |
| XYZ | 28.7 | 15.57 | 65.11 | - |
| YUV | 106.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 214 | 0.24 | 0.73 | 0 | 0.16 | 280.51 | 0.66 | 0.53 |
| Hex | A3 | 39 | D6 | 18 | 49 | 0 | 10 | 119 | 42 | 35 |
| Octal | 243 | 71 | 326 | 30 | 111 | 0 | 20 | 431 | 102 | 65 |
| Binary | 10100011 | 111001 | 11010110 | 11000 | 1001001 | 0 | 10000 | 100011001 | 1000010 | 110101 |
Color Harmonies of #A339D6
Complementary color
Monochromatic Colors of #A339D6
Black with #A339D6
Text Example
Text Example
White with #A339D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339D6; }
p { color: rgb(163,57,214); }
H1.HeaderClassName
{
color: #A339D6;
}
.AnyTagClassName
{
color: #A339D6;
}
</style>
background-color css
<style>
a { background-color: #A339D6; }
a { background-color: rgb(163,57,214); }
div.DivClassName
{
background-color: #A339D6;
}
.BgClassName
{
background-color: #A339D6;
}
</style>
border-color css
<style>
span { border-color: #A339D6; }
span { border-color: rgb(163,57,214); }
td.TdClassName
{
border-color: #A339D6;
}
.TagClassName
{
border-color: #A339D6;
}
</style>