Shades of Dark Orchid #A53CCD
Tints of Dark Orchid #A53CCD
RGB
CMYK
RGB Variations
Color information
#A53CCD (or 0xA53CCD) is known color: Dark Orchid. HEX triplet: A5, 3C and CD. RGB value is (165,60,205). Sum of RGB (Red+Green+Blue) = 165+60+205=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 60 (23.83% from 255 or 13.95% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #A53CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CCD is #5AC332. Grayscale: #6B6B6B. Windows color (decimal): -5948211 or 13450405. OLE color: 13450405.
HSL color Cylindrical-coordinate representation of color #A53CCD: hue angle of 283.45º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53CCD is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 60 | 205 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.20 |
| HSL | 283.45º | 0.59% | 0.52% | - |
| HSV(B) | 283.45º | 0.71% | 0.8% | - |
| XYZ | 28.15 | 15.64 | 59.29 | - |
| YUV | 107.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 205 | 0.20 | 0.71 | 0 | 0.20 | 283.45 | 0.59 | 0.52 |
| Hex | A5 | 3C | CD | 14 | 47 | 0 | 14 | 11B | 3B | 34 |
| Octal | 245 | 74 | 315 | 24 | 107 | 0 | 24 | 433 | 73 | 64 |
| Binary | 10100101 | 111100 | 11001101 | 10100 | 1000111 | 0 | 10100 | 100011011 | 111011 | 110100 |
Color Harmonies of #A53CCD
Complementary color
Monochromatic Colors of #A53CCD
Black with #A53CCD
Text Example
Text Example
White with #A53CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CCD; }
p { color: rgb(165,60,205); }
H1.HeaderClassName
{
color: #A53CCD;
}
.AnyTagClassName
{
color: #A53CCD;
}
</style>
background-color css
<style>
a { background-color: #A53CCD; }
a { background-color: rgb(165,60,205); }
div.DivClassName
{
background-color: #A53CCD;
}
.BgClassName
{
background-color: #A53CCD;
}
</style>
border-color css
<style>
span { border-color: #A53CCD; }
span { border-color: rgb(165,60,205); }
td.TdClassName
{
border-color: #A53CCD;
}
.TagClassName
{
border-color: #A53CCD;
}
</style>