Shades of Dark Orchid #A83FBC
Tints of Dark Orchid #A83FBC
RGB
CMYK
RGB Variations
Color information
#A83FBC (or 0xA83FBC) is known color: Dark Orchid. HEX triplet: A8, 3F and BC. RGB value is (168,63,188). Sum of RGB (Red+Green+Blue) = 168+63+188=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #A83FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A83FBC is #57C043. Grayscale: #6C6C6C. Windows color (decimal): -5750852 or 12337064. OLE color: 12337064.
HSL color Cylindrical-coordinate representation of color #A83FBC: hue angle of 290.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A83FBC is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 168 | 63 | 188 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.26 |
| HSL | 290.4º | 0.5% | 0.49% | - |
| HSV(B) | 290.4º | 0.66% | 0.74% | - |
| XYZ | 27 | 15.51 | 49.15 | - |
| YUV | 108.65 | 172.79 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 63 | 188 | 0.11 | 0.66 | 0 | 0.26 | 290.4 | 0.5 | 0.49 |
| Hex | A8 | 3F | BC | B | 42 | 0 | 1A | 122 | 32 | 31 |
| Octal | 250 | 77 | 274 | 13 | 102 | 0 | 32 | 442 | 62 | 61 |
| Binary | 10101000 | 111111 | 10111100 | 1011 | 1000010 | 0 | 11010 | 100100010 | 110010 | 110001 |
Color Harmonies of #A83FBC
Complementary color
Monochromatic Colors of #A83FBC
Black with #A83FBC
Text Example
Text Example
White with #A83FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83FBC; }
p { color: rgb(168,63,188); }
H1.HeaderClassName
{
color: #A83FBC;
}
.AnyTagClassName
{
color: #A83FBC;
}
</style>
background-color css
<style>
a { background-color: #A83FBC; }
a { background-color: rgb(168,63,188); }
div.DivClassName
{
background-color: #A83FBC;
}
.BgClassName
{
background-color: #A83FBC;
}
</style>
border-color css
<style>
span { border-color: #A83FBC; }
span { border-color: rgb(168,63,188); }
td.TdClassName
{
border-color: #A83FBC;
}
.TagClassName
{
border-color: #A83FBC;
}
</style>