Shades of Dark Orchid #A51ED1
Tints of Dark Orchid #A51ED1
RGB
CMYK
RGB Variations
Color information
#A51ED1 (or 0xA51ED1) is known color: Dark Orchid. HEX triplet: A5, 1E and D1. RGB value is (165,30,209). Sum of RGB (Red+Green+Blue) = 165+30+209=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #A51ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ED1 is #5AE12E. Grayscale: #5A5A5A. Windows color (decimal): -5955887 or 13704869. OLE color: 13704869.
HSL color Cylindrical-coordinate representation of color #A51ED1: hue angle of 285.25º 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 #A51ED1 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 30 | 209 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.18 |
| HSL | 285.25º | 0.75% | 0.47% | - |
| HSV(B) | 285.25º | 0.86% | 0.82% | - |
| XYZ | 27.49 | 13.53 | 61.48 | - |
| YUV | 90.77 | 194.73 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 209 | 0.21 | 0.86 | 0 | 0.18 | 285.25 | 0.75 | 0.47 |
| Hex | A5 | 1E | D1 | 15 | 56 | 0 | 12 | 11D | 4B | 2F |
| Octal | 245 | 36 | 321 | 25 | 126 | 0 | 22 | 435 | 113 | 57 |
| Binary | 10100101 | 11110 | 11010001 | 10101 | 1010110 | 0 | 10010 | 100011101 | 1001011 | 101111 |
Color Harmonies of #A51ED1
Complementary color
Monochromatic Colors of #A51ED1
Black with #A51ED1
Text Example
Text Example
White with #A51ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51ED1; }
p { color: rgb(165,30,209); }
H1.HeaderClassName
{
color: #A51ED1;
}
.AnyTagClassName
{
color: #A51ED1;
}
</style>
background-color css
<style>
a { background-color: #A51ED1; }
a { background-color: rgb(165,30,209); }
div.DivClassName
{
background-color: #A51ED1;
}
.BgClassName
{
background-color: #A51ED1;
}
</style>
border-color css
<style>
span { border-color: #A51ED1; }
span { border-color: rgb(165,30,209); }
td.TdClassName
{
border-color: #A51ED1;
}
.TagClassName
{
border-color: #A51ED1;
}
</style>