Shades of Dark Orchid #A83DD0
Tints of Dark Orchid #A83DD0
RGB
CMYK
RGB Variations
Color information
#A83DD0 (or 0xA83DD0) is known color: Dark Orchid. HEX triplet: A8, 3D and D0. RGB value is (168,61,208). Sum of RGB (Red+Green+Blue) = 168+61+208=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #A83DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83DD0 is #57C22F. Grayscale: #6D6D6D. Windows color (decimal): -5751344 or 13647272. OLE color: 13647272.
HSL color Cylindrical-coordinate representation of color #A83DD0: hue angle of 283.67º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83DD0 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 61 | 208 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.18 |
| HSL | 283.67º | 0.61% | 0.53% | - |
| HSV(B) | 283.67º | 0.71% | 0.82% | - |
| XYZ | 29.2 | 16.22 | 61.27 | - |
| YUV | 109.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 61 | 208 | 0.19 | 0.71 | 0 | 0.18 | 283.67 | 0.61 | 0.53 |
| Hex | A8 | 3D | D0 | 13 | 47 | 0 | 12 | 11C | 3D | 35 |
| Octal | 250 | 75 | 320 | 23 | 107 | 0 | 22 | 434 | 75 | 65 |
| Binary | 10101000 | 111101 | 11010000 | 10011 | 1000111 | 0 | 10010 | 100011100 | 111101 | 110101 |
Color Harmonies of #A83DD0
Complementary color
Monochromatic Colors of #A83DD0
Black with #A83DD0
Text Example
Text Example
White with #A83DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83DD0; }
p { color: rgb(168,61,208); }
H1.HeaderClassName
{
color: #A83DD0;
}
.AnyTagClassName
{
color: #A83DD0;
}
</style>
background-color css
<style>
a { background-color: #A83DD0; }
a { background-color: rgb(168,61,208); }
div.DivClassName
{
background-color: #A83DD0;
}
.BgClassName
{
background-color: #A83DD0;
}
</style>
border-color css
<style>
span { border-color: #A83DD0; }
span { border-color: rgb(168,61,208); }
td.TdClassName
{
border-color: #A83DD0;
}
.TagClassName
{
border-color: #A83DD0;
}
</style>