Shades of Dark Orchid #A83AD0
Tints of Dark Orchid #A83AD0
RGB
CMYK
RGB Variations
Color information
#A83AD0 (or 0xA83AD0) is known color: Dark Orchid. HEX triplet: A8, 3A and D0. RGB value is (168,58,208). Sum of RGB (Red+Green+Blue) = 168+58+208=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 208 - color contains mainly: blue. Hex color #A83AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AD0 is #57C52F. Grayscale: #6B6B6B. Windows color (decimal): -5752112 or 13646504. OLE color: 13646504.
HSL color Cylindrical-coordinate representation of color #A83AD0: hue angle of 284º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A83AD0 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 58 | 208 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.18 |
| HSL | 284º | 0.61% | 0.52% | - |
| HSV(B) | 284º | 0.72% | 0.82% | - |
| XYZ | 29.05 | 15.91 | 61.21 | - |
| YUV | 107.99 | 184.44 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 208 | 0.19 | 0.72 | 0 | 0.18 | 284 | 0.61 | 0.52 |
| Hex | A8 | 3A | D0 | 13 | 48 | 0 | 12 | 11C | 3D | 34 |
| Octal | 250 | 72 | 320 | 23 | 110 | 0 | 22 | 434 | 75 | 64 |
| Binary | 10101000 | 111010 | 11010000 | 10011 | 1001000 | 0 | 10010 | 100011100 | 111101 | 110100 |
Color Harmonies of #A83AD0
Complementary color
Monochromatic Colors of #A83AD0
Black with #A83AD0
Text Example
Text Example
White with #A83AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AD0; }
p { color: rgb(168,58,208); }
H1.HeaderClassName
{
color: #A83AD0;
}
.AnyTagClassName
{
color: #A83AD0;
}
</style>
background-color css
<style>
a { background-color: #A83AD0; }
a { background-color: rgb(168,58,208); }
div.DivClassName
{
background-color: #A83AD0;
}
.BgClassName
{
background-color: #A83AD0;
}
</style>
border-color css
<style>
span { border-color: #A83AD0; }
span { border-color: rgb(168,58,208); }
td.TdClassName
{
border-color: #A83AD0;
}
.TagClassName
{
border-color: #A83AD0;
}
</style>