Shades of Dark Orchid #A52EDD
Tints of Dark Orchid #A52EDD
RGB
CMYK
RGB Variations
Color information
#A52EDD (or 0xA52EDD) is known color: Dark Orchid. HEX triplet: A5, 2E and DD. RGB value is (165,46,221). Sum of RGB (Red+Green+Blue) = 165+46+221=432 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.19% from 432); Green value is 46 (18.36% from 255 or 10.65% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #A52EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52EDD is #5AD122. Grayscale: #646464. Windows color (decimal): -5951779 or 14495397. OLE color: 14495397.
HSL color Cylindrical-coordinate representation of color #A52EDD: hue angle of 280.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A52EDD is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 46 | 221 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.13 |
| HSL | 280.8º | 0.72% | 0.52% | - |
| HSV(B) | 280.8º | 0.79% | 0.87% | - |
| XYZ | 29.55 | 15.17 | 69.78 | - |
| YUV | 101.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 46 | 221 | 0.25 | 0.79 | 0 | 0.13 | 280.8 | 0.72 | 0.52 |
| Hex | A5 | 2E | DD | 19 | 4F | 0 | D | 119 | 48 | 34 |
| Octal | 245 | 56 | 335 | 31 | 117 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100101 | 101110 | 11011101 | 11001 | 1001111 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A52EDD
Complementary color
Monochromatic Colors of #A52EDD
Black with #A52EDD
Text Example
Text Example
White with #A52EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52EDD; }
p { color: rgb(165,46,221); }
H1.HeaderClassName
{
color: #A52EDD;
}
.AnyTagClassName
{
color: #A52EDD;
}
</style>
background-color css
<style>
a { background-color: #A52EDD; }
a { background-color: rgb(165,46,221); }
div.DivClassName
{
background-color: #A52EDD;
}
.BgClassName
{
background-color: #A52EDD;
}
</style>
border-color css
<style>
span { border-color: #A52EDD; }
span { border-color: rgb(165,46,221); }
td.TdClassName
{
border-color: #A52EDD;
}
.TagClassName
{
border-color: #A52EDD;
}
</style>