Shades of Dark Orchid #A93FDF
Tints of Dark Orchid #A93FDF
RGB
CMYK
RGB Variations
Color information
#A93FDF (or 0xA93FDF) is known color: Dark Orchid. HEX triplet: A9, 3F and DF. RGB value is (169,63,223). Sum of RGB (Red+Green+Blue) = 169+63+223=455 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.14% from 455); Green value is 63 (25% from 255 or 13.85% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A93FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93FDF is #56C020. Grayscale: #707070. Windows color (decimal): -5685281 or 14630825. OLE color: 14630825.
HSL color Cylindrical-coordinate representation of color #A93FDF: hue angle of 279.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93FDF is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 63 | 223 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.13 |
| HSL | 279.75º | 0.71% | 0.56% | - |
| HSV(B) | 279.75º | 0.72% | 0.87% | - |
| XYZ | 31.46 | 17.32 | 71.5 | - |
| YUV | 112.93 | 190.12 | 167.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 223 | 0.24 | 0.72 | 0 | 0.13 | 279.75 | 0.71 | 0.56 |
| Hex | A9 | 3F | DF | 18 | 48 | 0 | D | 118 | 47 | 38 |
| Octal | 251 | 77 | 337 | 30 | 110 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101001 | 111111 | 11011111 | 11000 | 1001000 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #A93FDF
Complementary color
Monochromatic Colors of #A93FDF
Black with #A93FDF
Text Example
Text Example
White with #A93FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93FDF; }
p { color: rgb(169,63,223); }
H1.HeaderClassName
{
color: #A93FDF;
}
.AnyTagClassName
{
color: #A93FDF;
}
</style>
background-color css
<style>
a { background-color: #A93FDF; }
a { background-color: rgb(169,63,223); }
div.DivClassName
{
background-color: #A93FDF;
}
.BgClassName
{
background-color: #A93FDF;
}
</style>
border-color css
<style>
span { border-color: #A93FDF; }
span { border-color: rgb(169,63,223); }
td.TdClassName
{
border-color: #A93FDF;
}
.TagClassName
{
border-color: #A93FDF;
}
</style>