Shades of Dark Orchid #A721E4
Tints of Dark Orchid #A721E4
RGB
CMYK
RGB Variations
Color information
#A721E4 (or 0xA721E4) is known color: Dark Orchid. HEX triplet: A7, 21 and E4. RGB value is (167,33,228). Sum of RGB (Red+Green+Blue) = 167+33+228=428 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.02% from 428); Green value is 33 (13.28% from 255 or 7.71% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #A721E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A721E4 is #58DE1B. Grayscale: #5E5E5E. Windows color (decimal): -5824028 or 14950823. OLE color: 14950823.
HSL color Cylindrical-coordinate representation of color #A721E4: hue angle of 281.23º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A721E4 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 167 | 33 | 228 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.11 |
| HSL | 281.23º | 0.78% | 0.51% | - |
| HSV(B) | 281.23º | 0.86% | 0.89% | - |
| XYZ | 30.48 | 14.9 | 74.67 | - |
| YUV | 95.3 | 202.89 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 33 | 228 | 0.27 | 0.86 | 0 | 0.11 | 281.23 | 0.78 | 0.51 |
| Hex | A7 | 21 | E4 | 1B | 56 | 0 | B | 119 | 4E | 33 |
| Octal | 247 | 41 | 344 | 33 | 126 | 0 | 13 | 431 | 116 | 63 |
| Binary | 10100111 | 100001 | 11100100 | 11011 | 1010110 | 0 | 1011 | 100011001 | 1001110 | 110011 |
Color Harmonies of #A721E4
Complementary color
Monochromatic Colors of #A721E4
Black with #A721E4
Text Example
Text Example
White with #A721E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A721E4; }
p { color: rgb(167,33,228); }
H1.HeaderClassName
{
color: #A721E4;
}
.AnyTagClassName
{
color: #A721E4;
}
</style>
background-color css
<style>
a { background-color: #A721E4; }
a { background-color: rgb(167,33,228); }
div.DivClassName
{
background-color: #A721E4;
}
.BgClassName
{
background-color: #A721E4;
}
</style>
border-color css
<style>
span { border-color: #A721E4; }
span { border-color: rgb(167,33,228); }
td.TdClassName
{
border-color: #A721E4;
}
.TagClassName
{
border-color: #A721E4;
}
</style>