Shades of Dark Orchid #A52DDD
Tints of Dark Orchid #A52DDD
RGB
CMYK
RGB Variations
Color information
#A52DDD (or 0xA52DDD) is known color: Dark Orchid. HEX triplet: A5, 2D and DD. RGB value is (165,45,221). Sum of RGB (Red+Green+Blue) = 165+45+221=431 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.28% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A52DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DDD is #5AD222. Grayscale: #646464. Windows color (decimal): -5952035 or 14495141. OLE color: 14495141.
HSL color Cylindrical-coordinate representation of color #A52DDD: hue angle of 280.91º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A52DDD is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 45 | 221 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.13 |
| HSL | 280.91º | 0.72% | 0.52% | - |
| HSV(B) | 280.91º | 0.8% | 0.87% | - |
| XYZ | 29.51 | 15.1 | 69.77 | - |
| YUV | 100.94 | 195.76 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 45 | 221 | 0.25 | 0.80 | 0 | 0.13 | 280.91 | 0.72 | 0.52 |
| Hex | A5 | 2D | DD | 19 | 50 | 0 | D | 119 | 48 | 34 |
| Octal | 245 | 55 | 335 | 31 | 120 | 0 | 15 | 431 | 110 | 64 |
| Binary | 10100101 | 101101 | 11011101 | 11001 | 1010000 | 0 | 1101 | 100011001 | 1001000 | 110100 |
Color Harmonies of #A52DDD
Complementary color
Monochromatic Colors of #A52DDD
Black with #A52DDD
Text Example
Text Example
White with #A52DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A52DDD; }
p { color: rgb(165,45,221); }
H1.HeaderClassName
{
color: #A52DDD;
}
.AnyTagClassName
{
color: #A52DDD;
}
</style>
background-color css
<style>
a { background-color: #A52DDD; }
a { background-color: rgb(165,45,221); }
div.DivClassName
{
background-color: #A52DDD;
}
.BgClassName
{
background-color: #A52DDD;
}
</style>
border-color css
<style>
span { border-color: #A52DDD; }
span { border-color: rgb(165,45,221); }
td.TdClassName
{
border-color: #A52DDD;
}
.TagClassName
{
border-color: #A52DDD;
}
</style>