Shades of Dark Orchid #A53DDD
Tints of Dark Orchid #A53DDD
RGB
CMYK
RGB Variations
Color information
#A53DDD (or 0xA53DDD) is known color: Dark Orchid. HEX triplet: A5, 3D and DD. RGB value is (165,61,221). Sum of RGB (Red+Green+Blue) = 165+61+221=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #A53DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53DDD is #5AC222. Grayscale: #6D6D6D. Windows color (decimal): -5947939 or 14499237. OLE color: 14499237.
HSL color Cylindrical-coordinate representation of color #A53DDD: hue angle of 279º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53DDD is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 61 | 221 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.13 |
| HSL | 279º | 0.7% | 0.55% | - |
| HSV(B) | 279º | 0.72% | 0.87% | - |
| XYZ | 30.24 | 16.56 | 70.01 | - |
| YUV | 110.34 | 190.46 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 61 | 221 | 0.25 | 0.72 | 0 | 0.13 | 279 | 0.7 | 0.55 |
| Hex | A5 | 3D | DD | 19 | 48 | 0 | D | 117 | 46 | 37 |
| Octal | 245 | 75 | 335 | 31 | 110 | 0 | 15 | 427 | 106 | 67 |
| Binary | 10100101 | 111101 | 11011101 | 11001 | 1001000 | 0 | 1101 | 100010111 | 1000110 | 110111 |
Color Harmonies of #A53DDD
Complementary color
Monochromatic Colors of #A53DDD
Black with #A53DDD
Text Example
Text Example
White with #A53DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53DDD; }
p { color: rgb(165,61,221); }
H1.HeaderClassName
{
color: #A53DDD;
}
.AnyTagClassName
{
color: #A53DDD;
}
</style>
background-color css
<style>
a { background-color: #A53DDD; }
a { background-color: rgb(165,61,221); }
div.DivClassName
{
background-color: #A53DDD;
}
.BgClassName
{
background-color: #A53DDD;
}
</style>
border-color css
<style>
span { border-color: #A53DDD; }
span { border-color: rgb(165,61,221); }
td.TdClassName
{
border-color: #A53DDD;
}
.TagClassName
{
border-color: #A53DDD;
}
</style>