Shades of Dark Orchid #A53FDF
Tints of Dark Orchid #A53FDF
RGB
CMYK
RGB Variations
Color information
#A53FDF (or 0xA53FDF) is known color: Dark Orchid. HEX triplet: A5, 3F and DF. RGB value is (165,63,223). Sum of RGB (Red+Green+Blue) = 165+63+223=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 63 (25% from 255 or 13.97% 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 #A53FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FDF is #5AC020. Grayscale: #6F6F6F. Windows color (decimal): -5947425 or 14630821. OLE color: 14630821.
HSL color Cylindrical-coordinate representation of color #A53FDF: hue angle of 278.25º 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 #A53FDF is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 63 | 223 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.13 |
| HSL | 278.25º | 0.71% | 0.56% | - |
| HSV(B) | 278.25º | 0.72% | 0.87% | - |
| XYZ | 30.61 | 16.88 | 71.46 | - |
| YUV | 111.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 223 | 0.26 | 0.72 | 0 | 0.13 | 278.25 | 0.71 | 0.56 |
| Hex | A5 | 3F | DF | 1A | 48 | 0 | D | 116 | 47 | 38 |
| Octal | 245 | 77 | 337 | 32 | 110 | 0 | 15 | 426 | 107 | 70 |
| Binary | 10100101 | 111111 | 11011111 | 11010 | 1001000 | 0 | 1101 | 100010110 | 1000111 | 111000 |
Color Harmonies of #A53FDF
Complementary color
Monochromatic Colors of #A53FDF
Black with #A53FDF
Text Example
Text Example
White with #A53FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FDF; }
p { color: rgb(165,63,223); }
H1.HeaderClassName
{
color: #A53FDF;
}
.AnyTagClassName
{
color: #A53FDF;
}
</style>
background-color css
<style>
a { background-color: #A53FDF; }
a { background-color: rgb(165,63,223); }
div.DivClassName
{
background-color: #A53FDF;
}
.BgClassName
{
background-color: #A53FDF;
}
</style>
border-color css
<style>
span { border-color: #A53FDF; }
span { border-color: rgb(165,63,223); }
td.TdClassName
{
border-color: #A53FDF;
}
.TagClassName
{
border-color: #A53FDF;
}
</style>