Shades of Dark Orchid #A53ACD
Tints of Dark Orchid #A53ACD
RGB
CMYK
RGB Variations
Color information
#A53ACD (or 0xA53ACD) is known color: Dark Orchid. HEX triplet: A5, 3A and CD. RGB value is (165,58,205). Sum of RGB (Red+Green+Blue) = 165+58+205=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ACD is #5AC532. Grayscale: #6A6A6A. Windows color (decimal): -5948723 or 13449893. OLE color: 13449893.
HSL color Cylindrical-coordinate representation of color #A53ACD: hue angle of 283.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53ACD is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 58 | 205 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.20 |
| HSL | 283.67º | 0.6% | 0.52% | - |
| HSV(B) | 283.67º | 0.72% | 0.8% | - |
| XYZ | 28.05 | 15.43 | 59.26 | - |
| YUV | 106.75 | 183.45 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 205 | 0.20 | 0.72 | 0 | 0.20 | 283.67 | 0.6 | 0.52 |
| Hex | A5 | 3A | CD | 14 | 48 | 0 | 14 | 11C | 3C | 34 |
| Octal | 245 | 72 | 315 | 24 | 110 | 0 | 24 | 434 | 74 | 64 |
| Binary | 10100101 | 111010 | 11001101 | 10100 | 1001000 | 0 | 10100 | 100011100 | 111100 | 110100 |
Color Harmonies of #A53ACD
Complementary color
Monochromatic Colors of #A53ACD
Black with #A53ACD
Text Example
Text Example
White with #A53ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ACD; }
p { color: rgb(165,58,205); }
H1.HeaderClassName
{
color: #A53ACD;
}
.AnyTagClassName
{
color: #A53ACD;
}
</style>
background-color css
<style>
a { background-color: #A53ACD; }
a { background-color: rgb(165,58,205); }
div.DivClassName
{
background-color: #A53ACD;
}
.BgClassName
{
background-color: #A53ACD;
}
</style>
border-color css
<style>
span { border-color: #A53ACD; }
span { border-color: rgb(165,58,205); }
td.TdClassName
{
border-color: #A53ACD;
}
.TagClassName
{
border-color: #A53ACD;
}
</style>