Shades of Dark Orchid #A339D0
Tints of Dark Orchid #A339D0
RGB
CMYK
RGB Variations
Color information
#A339D0 (or 0xA339D0) is known color: Dark Orchid. HEX triplet: A3, 39 and D0. RGB value is (163,57,208). Sum of RGB (Red+Green+Blue) = 163+57+208=428 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.08% from 428); Green value is 57 (22.66% from 255 or 13.32% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #A339D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339D0 is #5CC62F. Grayscale: #696969. Windows color (decimal): -6080048 or 13646243. OLE color: 13646243.
HSL color Cylindrical-coordinate representation of color #A339D0: hue angle of 282.12º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A339D0 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 163 | 57 | 208 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.18 |
| HSL | 282.12º | 0.62% | 0.52% | - |
| HSV(B) | 282.12º | 0.73% | 0.82% | - |
| XYZ | 27.95 | 15.27 | 61.15 | - |
| YUV | 105.91 | 185.62 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 208 | 0.22 | 0.73 | 0 | 0.18 | 282.12 | 0.62 | 0.52 |
| Hex | A3 | 39 | D0 | 16 | 49 | 0 | 12 | 11A | 3E | 34 |
| Octal | 243 | 71 | 320 | 26 | 111 | 0 | 22 | 432 | 76 | 64 |
| Binary | 10100011 | 111001 | 11010000 | 10110 | 1001001 | 0 | 10010 | 100011010 | 111110 | 110100 |
Color Harmonies of #A339D0
Complementary color
Monochromatic Colors of #A339D0
Black with #A339D0
Text Example
Text Example
White with #A339D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339D0; }
p { color: rgb(163,57,208); }
H1.HeaderClassName
{
color: #A339D0;
}
.AnyTagClassName
{
color: #A339D0;
}
</style>
background-color css
<style>
a { background-color: #A339D0; }
a { background-color: rgb(163,57,208); }
div.DivClassName
{
background-color: #A339D0;
}
.BgClassName
{
background-color: #A339D0;
}
</style>
border-color css
<style>
span { border-color: #A339D0; }
span { border-color: rgb(163,57,208); }
td.TdClassName
{
border-color: #A339D0;
}
.TagClassName
{
border-color: #A339D0;
}
</style>