Shades of Dark Orchid #A93DD0
Tints of Dark Orchid #A93DD0
RGB
CMYK
RGB Variations
Color information
#A93DD0 (or 0xA93DD0) is known color: Dark Orchid. HEX triplet: A9, 3D and D0. RGB value is (169,61,208). Sum of RGB (Red+Green+Blue) = 169+61+208=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #A93DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93DD0 is #56C22F. Grayscale: #6D6D6D. Windows color (decimal): -5685808 or 13647273. OLE color: 13647273.
HSL color Cylindrical-coordinate representation of color #A93DD0: hue angle of 284.08º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A93DD0 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 61 | 208 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.18 |
| HSL | 284.08º | 0.61% | 0.53% | - |
| HSV(B) | 284.08º | 0.71% | 0.82% | - |
| XYZ | 29.42 | 16.33 | 61.28 | - |
| YUV | 110.05 | 183.28 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 208 | 0.19 | 0.71 | 0 | 0.18 | 284.08 | 0.61 | 0.53 |
| Hex | A9 | 3D | D0 | 13 | 47 | 0 | 12 | 11C | 3D | 35 |
| Octal | 251 | 75 | 320 | 23 | 107 | 0 | 22 | 434 | 75 | 65 |
| Binary | 10101001 | 111101 | 11010000 | 10011 | 1000111 | 0 | 10010 | 100011100 | 111101 | 110101 |
Color Harmonies of #A93DD0
Complementary color
Monochromatic Colors of #A93DD0
Black with #A93DD0
Text Example
Text Example
White with #A93DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DD0; }
p { color: rgb(169,61,208); }
H1.HeaderClassName
{
color: #A93DD0;
}
.AnyTagClassName
{
color: #A93DD0;
}
</style>
background-color css
<style>
a { background-color: #A93DD0; }
a { background-color: rgb(169,61,208); }
div.DivClassName
{
background-color: #A93DD0;
}
.BgClassName
{
background-color: #A93DD0;
}
</style>
border-color css
<style>
span { border-color: #A93DD0; }
span { border-color: rgb(169,61,208); }
td.TdClassName
{
border-color: #A93DD0;
}
.TagClassName
{
border-color: #A93DD0;
}
</style>