Shades of Dark Orchid #A53CDD
Tints of Dark Orchid #A53CDD
RGB
CMYK
RGB Variations
Color information
#A53CDD (or 0xA53CDD) is known color: Dark Orchid. HEX triplet: A5, 3C and DD. RGB value is (165,60,221). Sum of RGB (Red+Green+Blue) = 165+60+221=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #A53CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CDD is #5AC322. Grayscale: #6D6D6D. Windows color (decimal): -5948195 or 14498981. OLE color: 14498981.
HSL color Cylindrical-coordinate representation of color #A53CDD: hue angle of 279.13º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53CDD is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 60 | 221 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.13 |
| HSL | 279.13º | 0.7% | 0.55% | - |
| HSV(B) | 279.13º | 0.73% | 0.87% | - |
| XYZ | 30.18 | 16.45 | 69.99 | - |
| YUV | 109.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 221 | 0.25 | 0.73 | 0 | 0.13 | 279.13 | 0.7 | 0.55 |
| Hex | A5 | 3C | DD | 19 | 49 | 0 | D | 117 | 46 | 37 |
| Octal | 245 | 74 | 335 | 31 | 111 | 0 | 15 | 427 | 106 | 67 |
| Binary | 10100101 | 111100 | 11011101 | 11001 | 1001001 | 0 | 1101 | 100010111 | 1000110 | 110111 |
Color Harmonies of #A53CDD
Complementary color
Monochromatic Colors of #A53CDD
Black with #A53CDD
Text Example
Text Example
White with #A53CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CDD; }
p { color: rgb(165,60,221); }
H1.HeaderClassName
{
color: #A53CDD;
}
.AnyTagClassName
{
color: #A53CDD;
}
</style>
background-color css
<style>
a { background-color: #A53CDD; }
a { background-color: rgb(165,60,221); }
div.DivClassName
{
background-color: #A53CDD;
}
.BgClassName
{
background-color: #A53CDD;
}
</style>
border-color css
<style>
span { border-color: #A53CDD; }
span { border-color: rgb(165,60,221); }
td.TdClassName
{
border-color: #A53CDD;
}
.TagClassName
{
border-color: #A53CDD;
}
</style>