Shades of Dark Orchid #A93AC0
Tints of Dark Orchid #A93AC0
RGB
CMYK
RGB Variations
Color information
#A93AC0 (or 0xA93AC0) is known color: Dark Orchid. HEX triplet: A9, 3A and C0. RGB value is (169,58,192). Sum of RGB (Red+Green+Blue) = 169+58+192=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #A93AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AC0 is #56C53F. Grayscale: #6A6A6A. Windows color (decimal): -5686592 or 12597929. OLE color: 12597929.
HSL color Cylindrical-coordinate representation of color #A93AC0: hue angle of 289.7º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93AC0 is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 58 | 192 | - |
| CMYK | 0.12 | 0.70 | 0 | 0.25 |
| HSL | 289.7º | 0.54% | 0.49% | - |
| HSV(B) | 289.7º | 0.7% | 0.75% | - |
| XYZ | 27.39 | 15.27 | 51.37 | - |
| YUV | 106.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 192 | 0.12 | 0.70 | 0 | 0.25 | 289.7 | 0.54 | 0.49 |
| Hex | A9 | 3A | C0 | C | 46 | 0 | 19 | 122 | 36 | 31 |
| Octal | 251 | 72 | 300 | 14 | 106 | 0 | 31 | 442 | 66 | 61 |
| Binary | 10101001 | 111010 | 11000000 | 1100 | 1000110 | 0 | 11001 | 100100010 | 110110 | 110001 |
Color Harmonies of #A93AC0
Complementary color
Monochromatic Colors of #A93AC0
Black with #A93AC0
Text Example
Text Example
White with #A93AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AC0; }
p { color: rgb(169,58,192); }
H1.HeaderClassName
{
color: #A93AC0;
}
.AnyTagClassName
{
color: #A93AC0;
}
</style>
background-color css
<style>
a { background-color: #A93AC0; }
a { background-color: rgb(169,58,192); }
div.DivClassName
{
background-color: #A93AC0;
}
.BgClassName
{
background-color: #A93AC0;
}
</style>
border-color css
<style>
span { border-color: #A93AC0; }
span { border-color: rgb(169,58,192); }
td.TdClassName
{
border-color: #A93AC0;
}
.TagClassName
{
border-color: #A93AC0;
}
</style>