Shades of Dark Orchid #A01ED7
Tints of Dark Orchid #A01ED7
RGB
CMYK
RGB Variations
Color information
#A01ED7 (or 0xA01ED7) is known color: Dark Orchid. HEX triplet: A0, 1E and D7. RGB value is (160,30,215). Sum of RGB (Red+Green+Blue) = 160+30+215=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #A01ED7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A01ED7 is #5FE128. Grayscale: #595959. Windows color (decimal): -6283561 or 14098080. OLE color: 14098080.
HSL color Cylindrical-coordinate representation of color #A01ED7: hue angle of 282.16º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A01ED7 is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 30 | 215 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.16 |
| HSL | 282.16º | 0.76% | 0.48% | - |
| HSV(B) | 282.16º | 0.86% | 0.84% | - |
| XYZ | 27.23 | 13.31 | 65.42 | - |
| YUV | 89.96 | 198.57 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 215 | 0.26 | 0.86 | 0 | 0.16 | 282.16 | 0.76 | 0.48 |
| Hex | A0 | 1E | D7 | 1A | 56 | 0 | 10 | 11A | 4C | 30 |
| Octal | 240 | 36 | 327 | 32 | 126 | 0 | 20 | 432 | 114 | 60 |
| Binary | 10100000 | 11110 | 11010111 | 11010 | 1010110 | 0 | 10000 | 100011010 | 1001100 | 110000 |
Color Harmonies of #A01ED7
Complementary color
Monochromatic Colors of #A01ED7
Black with #A01ED7
Text Example
Text Example
White with #A01ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01ED7; }
p { color: rgb(160,30,215); }
H1.HeaderClassName
{
color: #A01ED7;
}
.AnyTagClassName
{
color: #A01ED7;
}
</style>
background-color css
<style>
a { background-color: #A01ED7; }
a { background-color: rgb(160,30,215); }
div.DivClassName
{
background-color: #A01ED7;
}
.BgClassName
{
background-color: #A01ED7;
}
</style>
border-color css
<style>
span { border-color: #A01ED7; }
span { border-color: rgb(160,30,215); }
td.TdClassName
{
border-color: #A01ED7;
}
.TagClassName
{
border-color: #A01ED7;
}
</style>