Shades of Dark Orchid #A93AD0
Tints of Dark Orchid #A93AD0
RGB
CMYK
RGB Variations
Color information
#A93AD0 (or 0xA93AD0) is known color: Dark Orchid. HEX triplet: A9, 3A and D0. RGB value is (169,58,208). Sum of RGB (Red+Green+Blue) = 169+58+208=435 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.85% from 435); Green value is 58 (23.05% from 255 or 13.33% from 435); Blue value is 208 (81.64% from 255 or 47.82% from 435); Max value from RGB is 208 - color contains mainly: blue. Hex color #A93AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD0 is #56C52F. Grayscale: #6B6B6B. Windows color (decimal): -5686576 or 13646505. OLE color: 13646505.
HSL color Cylindrical-coordinate representation of color #A93AD0: hue angle of 284.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93AD0 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 58 | 208 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.18 |
| HSL | 284.4º | 0.61% | 0.52% | - |
| HSV(B) | 284.4º | 0.72% | 0.82% | - |
| XYZ | 29.26 | 16.02 | 61.22 | - |
| YUV | 108.29 | 184.27 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 208 | 0.19 | 0.72 | 0 | 0.18 | 284.4 | 0.61 | 0.52 |
| Hex | A9 | 3A | D0 | 13 | 48 | 0 | 12 | 11C | 3D | 34 |
| Octal | 251 | 72 | 320 | 23 | 110 | 0 | 22 | 434 | 75 | 64 |
| Binary | 10101001 | 111010 | 11010000 | 10011 | 1001000 | 0 | 10010 | 100011100 | 111101 | 110100 |
Color Harmonies of #A93AD0
Complementary color
Monochromatic Colors of #A93AD0
Black with #A93AD0
Text Example
Text Example
White with #A93AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AD0; }
p { color: rgb(169,58,208); }
H1.HeaderClassName
{
color: #A93AD0;
}
.AnyTagClassName
{
color: #A93AD0;
}
</style>
background-color css
<style>
a { background-color: #A93AD0; }
a { background-color: rgb(169,58,208); }
div.DivClassName
{
background-color: #A93AD0;
}
.BgClassName
{
background-color: #A93AD0;
}
</style>
border-color css
<style>
span { border-color: #A93AD0; }
span { border-color: rgb(169,58,208); }
td.TdClassName
{
border-color: #A93AD0;
}
.TagClassName
{
border-color: #A93AD0;
}
</style>