Shades of Dark Orchid #A93FBC
Tints of Dark Orchid #A93FBC
RGB
CMYK
RGB Variations
Color information
#A93FBC (or 0xA93FBC) is known color: Dark Orchid. HEX triplet: A9, 3F and BC. RGB value is (169,63,188). Sum of RGB (Red+Green+Blue) = 169+63+188=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #A93FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FBC is #56C043. Grayscale: #6C6C6C. Windows color (decimal): -5685316 or 12337065. OLE color: 12337065.
HSL color Cylindrical-coordinate representation of color #A93FBC: hue angle of 290.88º 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 #A93FBC is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 63 | 188 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.26 |
| HSL | 290.88º | 0.5% | 0.49% | - |
| HSV(B) | 290.88º | 0.66% | 0.74% | - |
| XYZ | 27.22 | 15.62 | 49.16 | - |
| YUV | 108.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 188 | 0.10 | 0.66 | 0 | 0.26 | 290.88 | 0.5 | 0.49 |
| Hex | A9 | 3F | BC | A | 42 | 0 | 1A | 123 | 32 | 31 |
| Octal | 251 | 77 | 274 | 12 | 102 | 0 | 32 | 443 | 62 | 61 |
| Binary | 10101001 | 111111 | 10111100 | 1010 | 1000010 | 0 | 11010 | 100100011 | 110010 | 110001 |
Color Harmonies of #A93FBC
Complementary color
Monochromatic Colors of #A93FBC
Black with #A93FBC
Text Example
Text Example
White with #A93FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FBC; }
p { color: rgb(169,63,188); }
H1.HeaderClassName
{
color: #A93FBC;
}
.AnyTagClassName
{
color: #A93FBC;
}
</style>
background-color css
<style>
a { background-color: #A93FBC; }
a { background-color: rgb(169,63,188); }
div.DivClassName
{
background-color: #A93FBC;
}
.BgClassName
{
background-color: #A93FBC;
}
</style>
border-color css
<style>
span { border-color: #A93FBC; }
span { border-color: rgb(169,63,188); }
td.TdClassName
{
border-color: #A93FBC;
}
.TagClassName
{
border-color: #A93FBC;
}
</style>