Shades of Dark Orchid #A83FDD
Tints of Dark Orchid #A83FDD
RGB
CMYK
RGB Variations
Color information
#A83FDD (or 0xA83FDD) is known color: Dark Orchid. HEX triplet: A8, 3F and DD. RGB value is (168,63,221). Sum of RGB (Red+Green+Blue) = 168+63+221=452 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.17% from 452); Green value is 63 (25% from 255 or 13.94% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #A83FDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FDD is #57C022. Grayscale: #6F6F6F. Windows color (decimal): -5750819 or 14499752. OLE color: 14499752.
HSL color Cylindrical-coordinate representation of color #A83FDD: hue angle of 279.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A83FDD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 63 | 221 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.13 |
| HSL | 279.87º | 0.7% | 0.56% | - |
| HSV(B) | 279.87º | 0.71% | 0.87% | - |
| XYZ | 30.98 | 17.1 | 70.07 | - |
| YUV | 112.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 221 | 0.24 | 0.71 | 0 | 0.13 | 279.87 | 0.7 | 0.56 |
| Hex | A8 | 3F | DD | 18 | 47 | 0 | D | 118 | 46 | 38 |
| Octal | 250 | 77 | 335 | 30 | 107 | 0 | 15 | 430 | 106 | 70 |
| Binary | 10101000 | 111111 | 11011101 | 11000 | 1000111 | 0 | 1101 | 100011000 | 1000110 | 111000 |
Color Harmonies of #A83FDD
Complementary color
Monochromatic Colors of #A83FDD
Black with #A83FDD
Text Example
Text Example
White with #A83FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FDD; }
p { color: rgb(168,63,221); }
H1.HeaderClassName
{
color: #A83FDD;
}
.AnyTagClassName
{
color: #A83FDD;
}
</style>
background-color css
<style>
a { background-color: #A83FDD; }
a { background-color: rgb(168,63,221); }
div.DivClassName
{
background-color: #A83FDD;
}
.BgClassName
{
background-color: #A83FDD;
}
</style>
border-color css
<style>
span { border-color: #A83FDD; }
span { border-color: rgb(168,63,221); }
td.TdClassName
{
border-color: #A83FDD;
}
.TagClassName
{
border-color: #A83FDD;
}
</style>