Shades of Dark Orchid #A93ACD
Tints of Dark Orchid #A93ACD
RGB
CMYK
RGB Variations
Color information
#A93ACD (or 0xA93ACD) is known color: Dark Orchid. HEX triplet: A9, 3A and CD. RGB value is (169,58,205). Sum of RGB (Red+Green+Blue) = 169+58+205=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #A93ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ACD is #56C532. Grayscale: #6B6B6B. Windows color (decimal): -5686579 or 13449897. OLE color: 13449897.
HSL color Cylindrical-coordinate representation of color #A93ACD: hue angle of 285.31º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93ACD is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 58 | 205 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.20 |
| HSL | 285.31º | 0.6% | 0.52% | - |
| HSV(B) | 285.31º | 0.72% | 0.8% | - |
| XYZ | 28.89 | 15.87 | 59.3 | - |
| YUV | 107.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 205 | 0.18 | 0.72 | 0 | 0.20 | 285.31 | 0.6 | 0.52 |
| Hex | A9 | 3A | CD | 12 | 48 | 0 | 14 | 11D | 3C | 34 |
| Octal | 251 | 72 | 315 | 22 | 110 | 0 | 24 | 435 | 74 | 64 |
| Binary | 10101001 | 111010 | 11001101 | 10010 | 1001000 | 0 | 10100 | 100011101 | 111100 | 110100 |
Color Harmonies of #A93ACD
Complementary color
Monochromatic Colors of #A93ACD
Black with #A93ACD
Text Example
Text Example
White with #A93ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ACD; }
p { color: rgb(169,58,205); }
H1.HeaderClassName
{
color: #A93ACD;
}
.AnyTagClassName
{
color: #A93ACD;
}
</style>
background-color css
<style>
a { background-color: #A93ACD; }
a { background-color: rgb(169,58,205); }
div.DivClassName
{
background-color: #A93ACD;
}
.BgClassName
{
background-color: #A93ACD;
}
</style>
border-color css
<style>
span { border-color: #A93ACD; }
span { border-color: rgb(169,58,205); }
td.TdClassName
{
border-color: #A93ACD;
}
.TagClassName
{
border-color: #A93ACD;
}
</style>