Shades of Dark Orchid #A93DCC
Tints of Dark Orchid #A93DCC
RGB
CMYK
RGB Variations
Color information
#A93DCC (or 0xA93DCC) is known color: Dark Orchid. HEX triplet: A9, 3D and CC. RGB value is (169,61,204). Sum of RGB (Red+Green+Blue) = 169+61+204=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 61 (24.22% from 255 or 14.06% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #A93DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DCC is #56C233. Grayscale: #6D6D6D. Windows color (decimal): -5685812 or 13385129. OLE color: 13385129.
HSL color Cylindrical-coordinate representation of color #A93DCC: hue angle of 285.31º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A93DCC is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 61 | 204 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.2 |
| HSL | 285.31º | 0.58% | 0.52% | - |
| HSV(B) | 285.31º | 0.7% | 0.8% | - |
| XYZ | 28.93 | 16.13 | 58.72 | - |
| YUV | 109.59 | 181.28 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 204 | 0.17 | 0.70 | 0 | 0.2 | 285.31 | 0.58 | 0.52 |
| Hex | A9 | 3D | CC | 11 | 46 | 0 | 14 | 11D | 3A | 34 |
| Octal | 251 | 75 | 314 | 21 | 106 | 0 | 24 | 435 | 72 | 64 |
| Binary | 10101001 | 111101 | 11001100 | 10001 | 1000110 | 0 | 10100 | 100011101 | 111010 | 110100 |
Color Harmonies of #A93DCC
Complementary color
Monochromatic Colors of #A93DCC
Black with #A93DCC
Text Example
Text Example
White with #A93DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DCC; }
p { color: rgb(169,61,204); }
H1.HeaderClassName
{
color: #A93DCC;
}
.AnyTagClassName
{
color: #A93DCC;
}
</style>
background-color css
<style>
a { background-color: #A93DCC; }
a { background-color: rgb(169,61,204); }
div.DivClassName
{
background-color: #A93DCC;
}
.BgClassName
{
background-color: #A93DCC;
}
</style>
border-color css
<style>
span { border-color: #A93DCC; }
span { border-color: rgb(169,61,204); }
td.TdClassName
{
border-color: #A93DCC;
}
.TagClassName
{
border-color: #A93DCC;
}
</style>