Shades of Dark Orchid #A53FCD
Tints of Dark Orchid #A53FCD
RGB
CMYK
RGB Variations
Color information
#A53FCD (or 0xA53FCD) is known color: Dark Orchid. HEX triplet: A5, 3F and CD. RGB value is (165,63,205). Sum of RGB (Red+Green+Blue) = 165+63+205=433 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.11% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FCD is #5AC032. Grayscale: #6D6D6D. Windows color (decimal): -5947443 or 13451173. OLE color: 13451173.
HSL color Cylindrical-coordinate representation of color #A53FCD: hue angle of 283.1º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53FCD is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 63 | 205 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.20 |
| HSL | 283.1º | 0.59% | 0.53% | - |
| HSV(B) | 283.1º | 0.69% | 0.8% | - |
| XYZ | 28.31 | 15.96 | 59.35 | - |
| YUV | 109.69 | 181.79 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 205 | 0.20 | 0.69 | 0 | 0.20 | 283.1 | 0.59 | 0.53 |
| Hex | A5 | 3F | CD | 14 | 45 | 0 | 14 | 11B | 3B | 35 |
| Octal | 245 | 77 | 315 | 24 | 105 | 0 | 24 | 433 | 73 | 65 |
| Binary | 10100101 | 111111 | 11001101 | 10100 | 1000101 | 0 | 10100 | 100011011 | 111011 | 110101 |
Color Harmonies of #A53FCD
Complementary color
Monochromatic Colors of #A53FCD
Black with #A53FCD
Text Example
Text Example
White with #A53FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FCD; }
p { color: rgb(165,63,205); }
H1.HeaderClassName
{
color: #A53FCD;
}
.AnyTagClassName
{
color: #A53FCD;
}
</style>
background-color css
<style>
a { background-color: #A53FCD; }
a { background-color: rgb(165,63,205); }
div.DivClassName
{
background-color: #A53FCD;
}
.BgClassName
{
background-color: #A53FCD;
}
</style>
border-color css
<style>
span { border-color: #A53FCD; }
span { border-color: rgb(165,63,205); }
td.TdClassName
{
border-color: #A53FCD;
}
.TagClassName
{
border-color: #A53FCD;
}
</style>