Shades of Dark Orchid #A83AC2
Tints of Dark Orchid #A83AC2
RGB
CMYK
RGB Variations
Color information
#A83AC2 (or 0xA83AC2) is known color: Dark Orchid. HEX triplet: A8, 3A and C2. RGB value is (168,58,194). Sum of RGB (Red+Green+Blue) = 168+58+194=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 194 - color contains mainly: blue. Hex color #A83AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83AC2 is #57C53D. Grayscale: #696969. Windows color (decimal): -5752126 or 12729000. OLE color: 12729000.
HSL color Cylindrical-coordinate representation of color #A83AC2: hue angle of 288.53º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83AC2 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 58 | 194 | - |
| CMYK | 0.13 | 0.70 | 0 | 0.24 |
| HSL | 288.53º | 0.54% | 0.49% | - |
| HSV(B) | 288.53º | 0.7% | 0.76% | - |
| XYZ | 27.4 | 15.25 | 52.54 | - |
| YUV | 106.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 58 | 194 | 0.13 | 0.70 | 0 | 0.24 | 288.53 | 0.54 | 0.49 |
| Hex | A8 | 3A | C2 | D | 46 | 0 | 18 | 121 | 36 | 31 |
| Octal | 250 | 72 | 302 | 15 | 106 | 0 | 30 | 441 | 66 | 61 |
| Binary | 10101000 | 111010 | 11000010 | 1101 | 1000110 | 0 | 11000 | 100100001 | 110110 | 110001 |
Color Harmonies of #A83AC2
Complementary color
Monochromatic Colors of #A83AC2
Black with #A83AC2
Text Example
Text Example
White with #A83AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83AC2; }
p { color: rgb(168,58,194); }
H1.HeaderClassName
{
color: #A83AC2;
}
.AnyTagClassName
{
color: #A83AC2;
}
</style>
background-color css
<style>
a { background-color: #A83AC2; }
a { background-color: rgb(168,58,194); }
div.DivClassName
{
background-color: #A83AC2;
}
.BgClassName
{
background-color: #A83AC2;
}
</style>
border-color css
<style>
span { border-color: #A83AC2; }
span { border-color: rgb(168,58,194); }
td.TdClassName
{
border-color: #A83AC2;
}
.TagClassName
{
border-color: #A83AC2;
}
</style>