Shades of Dark Orchid #A53DCD
Tints of Dark Orchid #A53DCD
RGB
CMYK
RGB Variations
Color information
#A53DCD (or 0xA53DCD) is known color: Dark Orchid. HEX triplet: A5, 3D and CD. RGB value is (165,61,205). Sum of RGB (Red+Green+Blue) = 165+61+205=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DCD is #5AC232. Grayscale: #6C6C6C. Windows color (decimal): -5947955 or 13450661. OLE color: 13450661.
HSL color Cylindrical-coordinate representation of color #A53DCD: hue angle of 283.33º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A53DCD is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 61 | 205 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.20 |
| HSL | 283.33º | 0.59% | 0.52% | - |
| HSV(B) | 283.33º | 0.7% | 0.8% | - |
| XYZ | 28.21 | 15.74 | 59.31 | - |
| YUV | 108.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 205 | 0.20 | 0.70 | 0 | 0.20 | 283.33 | 0.59 | 0.52 |
| Hex | A5 | 3D | CD | 14 | 46 | 0 | 14 | 11B | 3B | 34 |
| Octal | 245 | 75 | 315 | 24 | 106 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100101 | 111101 | 11001101 | 10100 | 1000110 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A53DCD
Complementary color
Monochromatic Colors of #A53DCD
Black with #A53DCD
Text Example
Text Example
White with #A53DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DCD; }
p { color: rgb(165,61,205); }
H1.HeaderClassName
{
color: #A53DCD;
}
.AnyTagClassName
{
color: #A53DCD;
}
</style>
background-color css
<style>
a { background-color: #A53DCD; }
a { background-color: rgb(165,61,205); }
div.DivClassName
{
background-color: #A53DCD;
}
.BgClassName
{
background-color: #A53DCD;
}
</style>
border-color css
<style>
span { border-color: #A53DCD; }
span { border-color: rgb(165,61,205); }
td.TdClassName
{
border-color: #A53DCD;
}
.TagClassName
{
border-color: #A53DCD;
}
</style>