Shades of Dark Orchid #A83BDF
Tints of Dark Orchid #A83BDF
RGB
CMYK
RGB Variations
Color information
#A83BDF (or 0xA83BDF) is known color: Dark Orchid. HEX triplet: A8, 3B and DF. RGB value is (168,59,223). Sum of RGB (Red+Green+Blue) = 168+59+223=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #A83BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83BDF is #57C420. Grayscale: #6D6D6D. Windows color (decimal): -5751841 or 14629800. OLE color: 14629800.
HSL color Cylindrical-coordinate representation of color #A83BDF: hue angle of 279.88º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A83BDF is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 59 | 223 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 279.88º | 0.72% | 0.55% | - |
| HSV(B) | 279.88º | 0.74% | 0.87% | - |
| XYZ | 31.03 | 16.78 | 71.42 | - |
| YUV | 110.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 59 | 223 | 0.25 | 0.74 | 0 | 0.13 | 279.88 | 0.72 | 0.55 |
| Hex | A8 | 3B | DF | 19 | 4A | 0 | D | 118 | 48 | 37 |
| Octal | 250 | 73 | 337 | 31 | 112 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101000 | 111011 | 11011111 | 11001 | 1001010 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A83BDF
Complementary color
Monochromatic Colors of #A83BDF
Black with #A83BDF
Text Example
Text Example
White with #A83BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83BDF; }
p { color: rgb(168,59,223); }
H1.HeaderClassName
{
color: #A83BDF;
}
.AnyTagClassName
{
color: #A83BDF;
}
</style>
background-color css
<style>
a { background-color: #A83BDF; }
a { background-color: rgb(168,59,223); }
div.DivClassName
{
background-color: #A83BDF;
}
.BgClassName
{
background-color: #A83BDF;
}
</style>
border-color css
<style>
span { border-color: #A83BDF; }
span { border-color: rgb(168,59,223); }
td.TdClassName
{
border-color: #A83BDF;
}
.TagClassName
{
border-color: #A83BDF;
}
</style>