Shades of Dark Orchid #A52DCD
Tints of Dark Orchid #A52DCD
RGB
CMYK
RGB Variations
Color information
#A52DCD (or 0xA52DCD) is known color: Dark Orchid. HEX triplet: A5, 2D and CD. RGB value is (165,45,205). Sum of RGB (Red+Green+Blue) = 165+45+205=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #A52DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DCD is #5AD232. Grayscale: #626262. Windows color (decimal): -5952051 or 13446565. OLE color: 13446565.
HSL color Cylindrical-coordinate representation of color #A52DCD: hue angle of 285º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52DCD is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 45 | 205 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.20 |
| HSL | 285º | 0.64% | 0.49% | - |
| HSV(B) | 285º | 0.78% | 0.8% | - |
| XYZ | 27.47 | 14.28 | 59.07 | - |
| YUV | 99.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 205 | 0.20 | 0.78 | 0 | 0.20 | 285 | 0.64 | 0.49 |
| Hex | A5 | 2D | CD | 14 | 4E | 0 | 14 | 11D | 40 | 31 |
| Octal | 245 | 55 | 315 | 24 | 116 | 0 | 24 | 435 | 100 | 61 |
| Binary | 10100101 | 101101 | 11001101 | 10100 | 1001110 | 0 | 10100 | 100011101 | 1000000 | 110001 |
Color Harmonies of #A52DCD
Complementary color
Monochromatic Colors of #A52DCD
Black with #A52DCD
Text Example
Text Example
White with #A52DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DCD; }
p { color: rgb(165,45,205); }
H1.HeaderClassName
{
color: #A52DCD;
}
.AnyTagClassName
{
color: #A52DCD;
}
</style>
background-color css
<style>
a { background-color: #A52DCD; }
a { background-color: rgb(165,45,205); }
div.DivClassName
{
background-color: #A52DCD;
}
.BgClassName
{
background-color: #A52DCD;
}
</style>
border-color css
<style>
span { border-color: #A52DCD; }
span { border-color: rgb(165,45,205); }
td.TdClassName
{
border-color: #A52DCD;
}
.TagClassName
{
border-color: #A52DCD;
}
</style>