Shades of Dark Orchid #A339D3
Tints of Dark Orchid #A339D3
RGB
CMYK
RGB Variations
Color information
#A339D3 (or 0xA339D3) is known color: Dark Orchid. HEX triplet: A3, 39 and D3. RGB value is (163,57,211). Sum of RGB (Red+Green+Blue) = 163+57+211=431 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.82% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #A339D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A339D3 is #5CC62C. Grayscale: #696969. Windows color (decimal): -6080045 or 13842851. OLE color: 13842851.
HSL color Cylindrical-coordinate representation of color #A339D3: hue angle of 281.3º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A339D3 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 163 | 57 | 211 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.17 |
| HSL | 281.3º | 0.64% | 0.53% | - |
| HSV(B) | 281.3º | 0.73% | 0.83% | - |
| XYZ | 28.33 | 15.42 | 63.11 | - |
| YUV | 106.25 | 187.12 | 168.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 211 | 0.23 | 0.73 | 0 | 0.17 | 281.3 | 0.64 | 0.53 |
| Hex | A3 | 39 | D3 | 17 | 49 | 0 | 11 | 119 | 40 | 35 |
| Octal | 243 | 71 | 323 | 27 | 111 | 0 | 21 | 431 | 100 | 65 |
| Binary | 10100011 | 111001 | 11010011 | 10111 | 1001001 | 0 | 10001 | 100011001 | 1000000 | 110101 |
Color Harmonies of #A339D3
Complementary color
Monochromatic Colors of #A339D3
Black with #A339D3
Text Example
Text Example
White with #A339D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A339D3; }
p { color: rgb(163,57,211); }
H1.HeaderClassName
{
color: #A339D3;
}
.AnyTagClassName
{
color: #A339D3;
}
</style>
background-color css
<style>
a { background-color: #A339D3; }
a { background-color: rgb(163,57,211); }
div.DivClassName
{
background-color: #A339D3;
}
.BgClassName
{
background-color: #A339D3;
}
</style>
border-color css
<style>
span { border-color: #A339D3; }
span { border-color: rgb(163,57,211); }
td.TdClassName
{
border-color: #A339D3;
}
.TagClassName
{
border-color: #A339D3;
}
</style>