Shades of Dark Orchid #A93DCB
Tints of Dark Orchid #A93DCB
RGB
CMYK
RGB Variations
Color information
#A93DCB (or 0xA93DCB) is known color: Dark Orchid. HEX triplet: A9, 3D and CB. RGB value is (169,61,203). Sum of RGB (Red+Green+Blue) = 169+61+203=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 203 - color contains mainly: blue. Hex color #A93DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DCB is #56C234. Grayscale: #6D6D6D. Windows color (decimal): -5685813 or 13319593. OLE color: 13319593.
HSL color Cylindrical-coordinate representation of color #A93DCB: hue angle of 285.63º 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 #A93DCB is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 61 | 203 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.20 |
| HSL | 285.63º | 0.58% | 0.52% | - |
| HSV(B) | 285.63º | 0.7% | 0.8% | - |
| XYZ | 28.81 | 16.08 | 58.09 | - |
| YUV | 109.48 | 180.78 | 170.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 203 | 0.17 | 0.70 | 0 | 0.20 | 285.63 | 0.58 | 0.52 |
| Hex | A9 | 3D | CB | 11 | 46 | 0 | 14 | 11E | 3A | 34 |
| Octal | 251 | 75 | 313 | 21 | 106 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101001 | 111101 | 11001011 | 10001 | 1000110 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #A93DCB
Complementary color
Monochromatic Colors of #A93DCB
Black with #A93DCB
Text Example
Text Example
White with #A93DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DCB; }
p { color: rgb(169,61,203); }
H1.HeaderClassName
{
color: #A93DCB;
}
.AnyTagClassName
{
color: #A93DCB;
}
</style>
background-color css
<style>
a { background-color: #A93DCB; }
a { background-color: rgb(169,61,203); }
div.DivClassName
{
background-color: #A93DCB;
}
.BgClassName
{
background-color: #A93DCB;
}
</style>
border-color css
<style>
span { border-color: #A93DCB; }
span { border-color: rgb(169,61,203); }
td.TdClassName
{
border-color: #A93DCB;
}
.TagClassName
{
border-color: #A93DCB;
}
</style>