Shades of Dark Orchid #A93CDD
Tints of Dark Orchid #A93CDD
RGB
CMYK
RGB Variations
Color information
#A93CDD (or 0xA93CDD) is known color: Dark Orchid. HEX triplet: A9, 3C and DD. RGB value is (169,60,221). Sum of RGB (Red+Green+Blue) = 169+60+221=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #A93CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CDD is #56C322. Grayscale: #6E6E6E. Windows color (decimal): -5686051 or 14498985. OLE color: 14498985.
HSL color Cylindrical-coordinate representation of color #A93CDD: hue angle of 280.62º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93CDD is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 60 | 221 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.13 |
| HSL | 280.62º | 0.7% | 0.55% | - |
| HSV(B) | 280.62º | 0.73% | 0.87% | - |
| XYZ | 31.03 | 16.89 | 70.03 | - |
| YUV | 110.95 | 190.11 | 169.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 221 | 0.24 | 0.73 | 0 | 0.13 | 280.62 | 0.7 | 0.55 |
| Hex | A9 | 3C | DD | 18 | 49 | 0 | D | 119 | 46 | 37 |
| Octal | 251 | 74 | 335 | 30 | 111 | 0 | 15 | 431 | 106 | 67 |
| Binary | 10101001 | 111100 | 11011101 | 11000 | 1001001 | 0 | 1101 | 100011001 | 1000110 | 110111 |
Color Harmonies of #A93CDD
Complementary color
Monochromatic Colors of #A93CDD
Black with #A93CDD
Text Example
Text Example
White with #A93CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CDD; }
p { color: rgb(169,60,221); }
H1.HeaderClassName
{
color: #A93CDD;
}
.AnyTagClassName
{
color: #A93CDD;
}
</style>
background-color css
<style>
a { background-color: #A93CDD; }
a { background-color: rgb(169,60,221); }
div.DivClassName
{
background-color: #A93CDD;
}
.BgClassName
{
background-color: #A93CDD;
}
</style>
border-color css
<style>
span { border-color: #A93CDD; }
span { border-color: rgb(169,60,221); }
td.TdClassName
{
border-color: #A93CDD;
}
.TagClassName
{
border-color: #A93CDD;
}
</style>