Shades of Dark Orchid #A93DDA
Tints of Dark Orchid #A93DDA
RGB
CMYK
RGB Variations
Color information
#A93DDA (or 0xA93DDA) is known color: Dark Orchid. HEX triplet: A9, 3D and DA. RGB value is (169,61,218). Sum of RGB (Red+Green+Blue) = 169+61+218=448 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.72% from 448); Green value is 61 (24.22% from 255 or 13.62% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #A93DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DDA is #56C225. Grayscale: #6E6E6E. Windows color (decimal): -5685798 or 14302633. OLE color: 14302633.
HSL color Cylindrical-coordinate representation of color #A93DDA: hue angle of 281.27º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93DDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 61 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 281.27º | 0.68% | 0.55% | - |
| HSV(B) | 281.27º | 0.72% | 0.85% | - |
| XYZ | 30.69 | 16.83 | 67.96 | - |
| YUV | 111.19 | 188.28 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 218 | 0.22 | 0.72 | 0 | 0.15 | 281.27 | 0.68 | 0.55 |
| Hex | A9 | 3D | DA | 16 | 48 | 0 | F | 119 | 44 | 37 |
| Octal | 251 | 75 | 332 | 26 | 110 | 0 | 17 | 431 | 104 | 67 |
| Binary | 10101001 | 111101 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011001 | 1000100 | 110111 |
Color Harmonies of #A93DDA
Complementary color
Monochromatic Colors of #A93DDA
Black with #A93DDA
Text Example
Text Example
White with #A93DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DDA; }
p { color: rgb(169,61,218); }
H1.HeaderClassName
{
color: #A93DDA;
}
.AnyTagClassName
{
color: #A93DDA;
}
</style>
background-color css
<style>
a { background-color: #A93DDA; }
a { background-color: rgb(169,61,218); }
div.DivClassName
{
background-color: #A93DDA;
}
.BgClassName
{
background-color: #A93DDA;
}
</style>
border-color css
<style>
span { border-color: #A93DDA; }
span { border-color: rgb(169,61,218); }
td.TdClassName
{
border-color: #A93DDA;
}
.TagClassName
{
border-color: #A93DDA;
}
</style>