Shades of Dark Orchid #A721E5
Tints of Dark Orchid #A721E5
RGB
CMYK
RGB Variations
Color information
#A721E5 (or 0xA721E5) is known color: Dark Orchid. HEX triplet: A7, 21 and E5. RGB value is (167,33,229). Sum of RGB (Red+Green+Blue) = 167+33+229=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 33 (13.28% from 255 or 7.69% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #A721E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721E5 is #58DE1A. Grayscale: #5E5E5E. Windows color (decimal): -5824027 or 15016359. OLE color: 15016359.
HSL color Cylindrical-coordinate representation of color #A721E5: hue angle of 281.02º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A721E5 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 167 | 33 | 229 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.10 |
| HSL | 281.02º | 0.79% | 0.51% | - |
| HSV(B) | 281.02º | 0.86% | 0.9% | - |
| XYZ | 30.62 | 14.96 | 75.4 | - |
| YUV | 95.41 | 203.39 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 229 | 0.27 | 0.86 | 0 | 0.10 | 281.02 | 0.79 | 0.51 |
| Hex | A7 | 21 | E5 | 1B | 56 | 0 | A | 119 | 4F | 33 |
| Octal | 247 | 41 | 345 | 33 | 126 | 0 | 12 | 431 | 117 | 63 |
| Binary | 10100111 | 100001 | 11100101 | 11011 | 1010110 | 0 | 1010 | 100011001 | 1001111 | 110011 |
Color Harmonies of #A721E5
Complementary color
Monochromatic Colors of #A721E5
Black with #A721E5
Text Example
Text Example
White with #A721E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721E5; }
p { color: rgb(167,33,229); }
H1.HeaderClassName
{
color: #A721E5;
}
.AnyTagClassName
{
color: #A721E5;
}
</style>
background-color css
<style>
a { background-color: #A721E5; }
a { background-color: rgb(167,33,229); }
div.DivClassName
{
background-color: #A721E5;
}
.BgClassName
{
background-color: #A721E5;
}
</style>
border-color css
<style>
span { border-color: #A721E5; }
span { border-color: rgb(167,33,229); }
td.TdClassName
{
border-color: #A721E5;
}
.TagClassName
{
border-color: #A721E5;
}
</style>