Shades of Dark Orchid #A41ED2
Tints of Dark Orchid #A41ED2
RGB
CMYK
RGB Variations
Color information
#A41ED2 (or 0xA41ED2) is known color: Dark Orchid. HEX triplet: A4, 1E and D2. RGB value is (164,30,210). Sum of RGB (Red+Green+Blue) = 164+30+210=404 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.59% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 210 (82.42% from 255 or 51.98% from 404); Max value from RGB is 210 - color contains mainly: blue. Hex color #A41ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41ED2 is #5BE12D. Grayscale: #5A5A5A. Windows color (decimal): -6021422 or 13770404. OLE color: 13770404.
HSL color Cylindrical-coordinate representation of color #A41ED2: hue angle of 284.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41ED2 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 164 | 30 | 210 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.18 |
| HSL | 284.67º | 0.75% | 0.47% | - |
| HSV(B) | 284.67º | 0.86% | 0.82% | - |
| XYZ | 27.41 | 13.47 | 62.13 | - |
| YUV | 90.59 | 195.39 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 210 | 0.22 | 0.86 | 0 | 0.18 | 284.67 | 0.75 | 0.47 |
| Hex | A4 | 1E | D2 | 16 | 56 | 0 | 12 | 11D | 4B | 2F |
| Octal | 244 | 36 | 322 | 26 | 126 | 0 | 22 | 435 | 113 | 57 |
| Binary | 10100100 | 11110 | 11010010 | 10110 | 1010110 | 0 | 10010 | 100011101 | 1001011 | 101111 |
Color Harmonies of #A41ED2
Complementary color
Monochromatic Colors of #A41ED2
Black with #A41ED2
Text Example
Text Example
White with #A41ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41ED2; }
p { color: rgb(164,30,210); }
H1.HeaderClassName
{
color: #A41ED2;
}
.AnyTagClassName
{
color: #A41ED2;
}
</style>
background-color css
<style>
a { background-color: #A41ED2; }
a { background-color: rgb(164,30,210); }
div.DivClassName
{
background-color: #A41ED2;
}
.BgClassName
{
background-color: #A41ED2;
}
</style>
border-color css
<style>
span { border-color: #A41ED2; }
span { border-color: rgb(164,30,210); }
td.TdClassName
{
border-color: #A41ED2;
}
.TagClassName
{
border-color: #A41ED2;
}
</style>