Shades of Dark Orchid #A83AD5
Tints of Dark Orchid #A83AD5
RGB
CMYK
RGB Variations
Color information
#A83AD5 (or 0xA83AD5) is known color: Dark Orchid. HEX triplet: A8, 3A and D5. RGB value is (168,58,213). Sum of RGB (Red+Green+Blue) = 168+58+213=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 213 (83.59% from 255 or 48.52% from 439); Max value from RGB is 213 - color contains mainly: blue. Hex color #A83AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AD5 is #57C52A. Grayscale: #6C6C6C. Windows color (decimal): -5752107 or 13974184. OLE color: 13974184.
HSL color Cylindrical-coordinate representation of color #A83AD5: hue angle of 282.58º degrees, saturation: 0.65, 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 #A83AD5 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 58 | 213 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.16 |
| HSL | 282.58º | 0.65% | 0.53% | - |
| HSV(B) | 282.58º | 0.73% | 0.84% | - |
| XYZ | 29.67 | 16.16 | 64.51 | - |
| YUV | 108.56 | 186.94 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 213 | 0.21 | 0.73 | 0 | 0.16 | 282.58 | 0.65 | 0.53 |
| Hex | A8 | 3A | D5 | 15 | 49 | 0 | 10 | 11B | 41 | 35 |
| Octal | 250 | 72 | 325 | 25 | 111 | 0 | 20 | 433 | 101 | 65 |
| Binary | 10101000 | 111010 | 11010101 | 10101 | 1001001 | 0 | 10000 | 100011011 | 1000001 | 110101 |
Color Harmonies of #A83AD5
Complementary color
Monochromatic Colors of #A83AD5
Black with #A83AD5
Text Example
Text Example
White with #A83AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AD5; }
p { color: rgb(168,58,213); }
H1.HeaderClassName
{
color: #A83AD5;
}
.AnyTagClassName
{
color: #A83AD5;
}
</style>
background-color css
<style>
a { background-color: #A83AD5; }
a { background-color: rgb(168,58,213); }
div.DivClassName
{
background-color: #A83AD5;
}
.BgClassName
{
background-color: #A83AD5;
}
</style>
border-color css
<style>
span { border-color: #A83AD5; }
span { border-color: rgb(168,58,213); }
td.TdClassName
{
border-color: #A83AD5;
}
.TagClassName
{
border-color: #A83AD5;
}
</style>