Shades of Dark Orchid #A93BDF
Tints of Dark Orchid #A93BDF
RGB
CMYK
RGB Variations
Color information
#A93BDF (or 0xA93BDF) is known color: Dark Orchid. HEX triplet: A9, 3B and DF. RGB value is (169,59,223). Sum of RGB (Red+Green+Blue) = 169+59+223=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 59 (23.44% from 255 or 13.08% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #A93BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93BDF is #56C420. Grayscale: #6E6E6E. Windows color (decimal): -5686305 or 14629801. OLE color: 14629801.
HSL color Cylindrical-coordinate representation of color #A93BDF: hue angle of 280.24º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93BDF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 59 | 223 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.13 |
| HSL | 280.24º | 0.72% | 0.55% | - |
| HSV(B) | 280.24º | 0.74% | 0.87% | - |
| XYZ | 31.25 | 16.89 | 71.43 | - |
| YUV | 110.59 | 191.44 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 223 | 0.24 | 0.74 | 0 | 0.13 | 280.24 | 0.72 | 0.55 |
| Hex | A9 | 3B | DF | 18 | 4A | 0 | D | 118 | 48 | 37 |
| Octal | 251 | 73 | 337 | 30 | 112 | 0 | 15 | 430 | 110 | 67 |
| Binary | 10101001 | 111011 | 11011111 | 11000 | 1001010 | 0 | 1101 | 100011000 | 1001000 | 110111 |
Color Harmonies of #A93BDF
Complementary color
Monochromatic Colors of #A93BDF
Black with #A93BDF
Text Example
Text Example
White with #A93BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BDF; }
p { color: rgb(169,59,223); }
H1.HeaderClassName
{
color: #A93BDF;
}
.AnyTagClassName
{
color: #A93BDF;
}
</style>
background-color css
<style>
a { background-color: #A93BDF; }
a { background-color: rgb(169,59,223); }
div.DivClassName
{
background-color: #A93BDF;
}
.BgClassName
{
background-color: #A93BDF;
}
</style>
border-color css
<style>
span { border-color: #A93BDF; }
span { border-color: rgb(169,59,223); }
td.TdClassName
{
border-color: #A93BDF;
}
.TagClassName
{
border-color: #A93BDF;
}
</style>