Shades of Dark Orchid #A339DA
Tints of Dark Orchid #A339DA
RGB
CMYK
RGB Variations
Color information
#A339DA (or 0xA339DA) is known color: Dark Orchid. HEX triplet: A3, 39 and DA. RGB value is (163,57,218). Sum of RGB (Red+Green+Blue) = 163+57+218=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #A339DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339DA is #5CC625. Grayscale: #6A6A6A. Windows color (decimal): -6080038 or 14301603. OLE color: 14301603.
HSL color Cylindrical-coordinate representation of color #A339DA: hue angle of 279.5º degrees, saturation: 0.69, 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 #A339DA is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 57 | 218 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.15 |
| HSL | 279.5º | 0.69% | 0.54% | - |
| HSV(B) | 279.5º | 0.74% | 0.85% | - |
| XYZ | 29.22 | 15.77 | 67.83 | - |
| YUV | 107.05 | 190.62 | 167.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 218 | 0.25 | 0.74 | 0 | 0.15 | 279.5 | 0.69 | 0.54 |
| Hex | A3 | 39 | DA | 19 | 4A | 0 | F | 118 | 45 | 36 |
| Octal | 243 | 71 | 332 | 31 | 112 | 0 | 17 | 430 | 105 | 66 |
| Binary | 10100011 | 111001 | 11011010 | 11001 | 1001010 | 0 | 1111 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A339DA
Complementary color
Monochromatic Colors of #A339DA
Black with #A339DA
Text Example
Text Example
White with #A339DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339DA; }
p { color: rgb(163,57,218); }
H1.HeaderClassName
{
color: #A339DA;
}
.AnyTagClassName
{
color: #A339DA;
}
</style>
background-color css
<style>
a { background-color: #A339DA; }
a { background-color: rgb(163,57,218); }
div.DivClassName
{
background-color: #A339DA;
}
.BgClassName
{
background-color: #A339DA;
}
</style>
border-color css
<style>
span { border-color: #A339DA; }
span { border-color: rgb(163,57,218); }
td.TdClassName
{
border-color: #A339DA;
}
.TagClassName
{
border-color: #A339DA;
}
</style>