Shades of Dark Orchid #A93AC1
Tints of Dark Orchid #A93AC1
RGB
CMYK
RGB Variations
Color information
#A93AC1 (or 0xA93AC1) is known color: Dark Orchid. HEX triplet: A9, 3A and C1. RGB value is (169,58,193). Sum of RGB (Red+Green+Blue) = 169+58+193=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 193 (75.78% from 255 or 45.95% from 420); Max value from RGB is 193 - color contains mainly: blue. Hex color #A93AC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AC1 is #56C53E. Grayscale: #6A6A6A. Windows color (decimal): -5686591 or 12663465. OLE color: 12663465.
HSL color Cylindrical-coordinate representation of color #A93AC1: hue angle of 289.33º 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 #A93AC1 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 58 | 193 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.24 |
| HSL | 289.33º | 0.54% | 0.49% | - |
| HSV(B) | 289.33º | 0.7% | 0.76% | - |
| XYZ | 27.5 | 15.31 | 51.96 | - |
| YUV | 106.58 | 176.77 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 193 | 0.12 | 0.70 | 0 | 0.24 | 289.33 | 0.54 | 0.49 |
| Hex | A9 | 3A | C1 | C | 46 | 0 | 18 | 121 | 36 | 31 |
| Octal | 251 | 72 | 301 | 14 | 106 | 0 | 30 | 441 | 66 | 61 |
| Binary | 10101001 | 111010 | 11000001 | 1100 | 1000110 | 0 | 11000 | 100100001 | 110110 | 110001 |
Color Harmonies of #A93AC1
Complementary color
Monochromatic Colors of #A93AC1
Black with #A93AC1
Text Example
Text Example
White with #A93AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AC1; }
p { color: rgb(169,58,193); }
H1.HeaderClassName
{
color: #A93AC1;
}
.AnyTagClassName
{
color: #A93AC1;
}
</style>
background-color css
<style>
a { background-color: #A93AC1; }
a { background-color: rgb(169,58,193); }
div.DivClassName
{
background-color: #A93AC1;
}
.BgClassName
{
background-color: #A93AC1;
}
</style>
border-color css
<style>
span { border-color: #A93AC1; }
span { border-color: rgb(169,58,193); }
td.TdClassName
{
border-color: #A93AC1;
}
.TagClassName
{
border-color: #A93AC1;
}
</style>