Shades of Dark Orchid #A820E5
Tints of Dark Orchid #A820E5
RGB
CMYK
RGB Variations
Color information
#A820E5 (or 0xA820E5) is known color: Dark Orchid. HEX triplet: A8, 20 and E5. RGB value is (168,32,229). Sum of RGB (Red+Green+Blue) = 168+32+229=429 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.16% from 429); Green value is 32 (12.89% from 255 or 7.46% 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 #A820E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820E5 is #57DF1A. Grayscale: #5E5E5E. Windows color (decimal): -5758747 or 15016104. OLE color: 15016104.
HSL color Cylindrical-coordinate representation of color #A820E5: hue angle of 281.42º 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 #A820E5 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 32 | 229 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.10 |
| HSL | 281.42º | 0.79% | 0.51% | - |
| HSV(B) | 281.42º | 0.86% | 0.9% | - |
| XYZ | 30.81 | 15.02 | 75.4 | - |
| YUV | 95.12 | 203.56 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 229 | 0.27 | 0.86 | 0 | 0.10 | 281.42 | 0.79 | 0.51 |
| Hex | A8 | 20 | E5 | 1B | 56 | 0 | A | 119 | 4F | 33 |
| Octal | 250 | 40 | 345 | 33 | 126 | 0 | 12 | 431 | 117 | 63 |
| Binary | 10101000 | 100000 | 11100101 | 11011 | 1010110 | 0 | 1010 | 100011001 | 1001111 | 110011 |
Color Harmonies of #A820E5
Complementary color
Monochromatic Colors of #A820E5
Black with #A820E5
Text Example
Text Example
White with #A820E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820E5; }
p { color: rgb(168,32,229); }
H1.HeaderClassName
{
color: #A820E5;
}
.AnyTagClassName
{
color: #A820E5;
}
</style>
background-color css
<style>
a { background-color: #A820E5; }
a { background-color: rgb(168,32,229); }
div.DivClassName
{
background-color: #A820E5;
}
.BgClassName
{
background-color: #A820E5;
}
</style>
border-color css
<style>
span { border-color: #A820E5; }
span { border-color: rgb(168,32,229); }
td.TdClassName
{
border-color: #A820E5;
}
.TagClassName
{
border-color: #A820E5;
}
</style>