Shades of Dark Orchid #A83ECF
Tints of Dark Orchid #A83ECF
RGB
CMYK
RGB Variations
Color information
#A83ECF (or 0xA83ECF) is known color: Dark Orchid. HEX triplet: A8, 3E and CF. RGB value is (168,62,207). Sum of RGB (Red+Green+Blue) = 168+62+207=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 62 (24.61% from 255 or 14.19% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A83ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83ECF is #57C130. Grayscale: #6D6D6D. Windows color (decimal): -5751089 or 13581992. OLE color: 13581992.
HSL color Cylindrical-coordinate representation of color #A83ECF: hue angle of 283.86º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A83ECF is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 62 | 207 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.19 |
| HSL | 283.86º | 0.6% | 0.53% | - |
| HSV(B) | 283.86º | 0.7% | 0.81% | - |
| XYZ | 29.13 | 16.28 | 60.64 | - |
| YUV | 110.22 | 182.62 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 62 | 207 | 0.19 | 0.70 | 0 | 0.19 | 283.86 | 0.6 | 0.53 |
| Hex | A8 | 3E | CF | 13 | 46 | 0 | 13 | 11C | 3C | 35 |
| Octal | 250 | 76 | 317 | 23 | 106 | 0 | 23 | 434 | 74 | 65 |
| Binary | 10101000 | 111110 | 11001111 | 10011 | 1000110 | 0 | 10011 | 100011100 | 111100 | 110101 |
Color Harmonies of #A83ECF
Complementary color
Monochromatic Colors of #A83ECF
Black with #A83ECF
Text Example
Text Example
White with #A83ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83ECF; }
p { color: rgb(168,62,207); }
H1.HeaderClassName
{
color: #A83ECF;
}
.AnyTagClassName
{
color: #A83ECF;
}
</style>
background-color css
<style>
a { background-color: #A83ECF; }
a { background-color: rgb(168,62,207); }
div.DivClassName
{
background-color: #A83ECF;
}
.BgClassName
{
background-color: #A83ECF;
}
</style>
border-color css
<style>
span { border-color: #A83ECF; }
span { border-color: rgb(168,62,207); }
td.TdClassName
{
border-color: #A83ECF;
}
.TagClassName
{
border-color: #A83ECF;
}
</style>