Shades of Dark Orchid #A51EDD
Tints of Dark Orchid #A51EDD
RGB
CMYK
RGB Variations
Color information
#A51EDD (or 0xA51EDD) is known color: Dark Orchid. HEX triplet: A5, 1E and DD. RGB value is (165,30,221). Sum of RGB (Red+Green+Blue) = 165+30+221=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 30 (12.11% from 255 or 7.21% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #A51EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EDD is #5AE122. Grayscale: #5B5B5B. Windows color (decimal): -5955875 or 14491301. OLE color: 14491301.
HSL color Cylindrical-coordinate representation of color #A51EDD: hue angle of 282.41º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51EDD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 30 | 221 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.13 |
| HSL | 282.41º | 0.76% | 0.49% | - |
| HSV(B) | 282.41º | 0.86% | 0.87% | - |
| XYZ | 29.03 | 14.15 | 69.61 | - |
| YUV | 92.14 | 200.73 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 221 | 0.25 | 0.86 | 0 | 0.13 | 282.41 | 0.76 | 0.49 |
| Hex | A5 | 1E | DD | 19 | 56 | 0 | D | 11A | 4C | 31 |
| Octal | 245 | 36 | 335 | 31 | 126 | 0 | 15 | 432 | 114 | 61 |
| Binary | 10100101 | 11110 | 11011101 | 11001 | 1010110 | 0 | 1101 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A51EDD
Complementary color
Monochromatic Colors of #A51EDD
Black with #A51EDD
Text Example
Text Example
White with #A51EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EDD; }
p { color: rgb(165,30,221); }
H1.HeaderClassName
{
color: #A51EDD;
}
.AnyTagClassName
{
color: #A51EDD;
}
</style>
background-color css
<style>
a { background-color: #A51EDD; }
a { background-color: rgb(165,30,221); }
div.DivClassName
{
background-color: #A51EDD;
}
.BgClassName
{
background-color: #A51EDD;
}
</style>
border-color css
<style>
span { border-color: #A51EDD; }
span { border-color: rgb(165,30,221); }
td.TdClassName
{
border-color: #A51EDD;
}
.TagClassName
{
border-color: #A51EDD;
}
</style>