Shades of Dark Orchid #A83ADA
Tints of Dark Orchid #A83ADA
RGB
CMYK
RGB Variations
Color information
#A83ADA (or 0xA83ADA) is known color: Dark Orchid. HEX triplet: A8, 3A and DA. RGB value is (168,58,218). Sum of RGB (Red+Green+Blue) = 168+58+218=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #A83ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ADA is #57C525. Grayscale: #6C6C6C. Windows color (decimal): -5752102 or 14301864. OLE color: 14301864.
HSL color Cylindrical-coordinate representation of color #A83ADA: hue angle of 281.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A83ADA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 58 | 218 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.15 |
| HSL | 281.25º | 0.68% | 0.54% | - |
| HSV(B) | 281.25º | 0.73% | 0.85% | - |
| XYZ | 30.32 | 16.41 | 67.9 | - |
| YUV | 109.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 218 | 0.23 | 0.73 | 0 | 0.15 | 281.25 | 0.68 | 0.54 |
| Hex | A8 | 3A | DA | 17 | 49 | 0 | F | 119 | 44 | 36 |
| Octal | 250 | 72 | 332 | 27 | 111 | 0 | 17 | 431 | 104 | 66 |
| Binary | 10101000 | 111010 | 11011010 | 10111 | 1001001 | 0 | 1111 | 100011001 | 1000100 | 110110 |
Color Harmonies of #A83ADA
Complementary color
Monochromatic Colors of #A83ADA
Black with #A83ADA
Text Example
Text Example
White with #A83ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83ADA; }
p { color: rgb(168,58,218); }
H1.HeaderClassName
{
color: #A83ADA;
}
.AnyTagClassName
{
color: #A83ADA;
}
</style>
background-color css
<style>
a { background-color: #A83ADA; }
a { background-color: rgb(168,58,218); }
div.DivClassName
{
background-color: #A83ADA;
}
.BgClassName
{
background-color: #A83ADA;
}
</style>
border-color css
<style>
span { border-color: #A83ADA; }
span { border-color: rgb(168,58,218); }
td.TdClassName
{
border-color: #A83ADA;
}
.TagClassName
{
border-color: #A83ADA;
}
</style>