Shades of Dark Orchid #A83CD5
Tints of Dark Orchid #A83CD5
RGB
CMYK
RGB Variations
Color information
#A83CD5 (or 0xA83CD5) is known color: Dark Orchid. HEX triplet: A8, 3C and D5. RGB value is (168,60,213). Sum of RGB (Red+Green+Blue) = 168+60+213=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #A83CD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83CD5 is #57C32A. Grayscale: #6D6D6D. Windows color (decimal): -5751595 or 13974696. OLE color: 13974696.
HSL color Cylindrical-coordinate representation of color #A83CD5: hue angle of 282.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83CD5 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 60 | 213 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.16 |
| HSL | 282.35º | 0.65% | 0.54% | - |
| HSV(B) | 282.35º | 0.72% | 0.84% | - |
| XYZ | 29.77 | 16.36 | 64.54 | - |
| YUV | 109.73 | 186.28 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 60 | 213 | 0.21 | 0.72 | 0 | 0.16 | 282.35 | 0.65 | 0.54 |
| Hex | A8 | 3C | D5 | 15 | 48 | 0 | 10 | 11A | 41 | 36 |
| Octal | 250 | 74 | 325 | 25 | 110 | 0 | 20 | 432 | 101 | 66 |
| Binary | 10101000 | 111100 | 11010101 | 10101 | 1001000 | 0 | 10000 | 100011010 | 1000001 | 110110 |
Color Harmonies of #A83CD5
Complementary color
Monochromatic Colors of #A83CD5
Black with #A83CD5
Text Example
Text Example
White with #A83CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83CD5; }
p { color: rgb(168,60,213); }
H1.HeaderClassName
{
color: #A83CD5;
}
.AnyTagClassName
{
color: #A83CD5;
}
</style>
background-color css
<style>
a { background-color: #A83CD5; }
a { background-color: rgb(168,60,213); }
div.DivClassName
{
background-color: #A83CD5;
}
.BgClassName
{
background-color: #A83CD5;
}
</style>
border-color css
<style>
span { border-color: #A83CD5; }
span { border-color: rgb(168,60,213); }
td.TdClassName
{
border-color: #A83CD5;
}
.TagClassName
{
border-color: #A83CD5;
}
</style>