Shades of Dark Orchid #A51EE0
Tints of Dark Orchid #A51EE0
RGB
CMYK
RGB Variations
Color information
#A51EE0 (or 0xA51EE0) is known color: Dark Orchid. HEX triplet: A5, 1E and E0. RGB value is (165,30,224). Sum of RGB (Red+Green+Blue) = 165+30+224=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #A51EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51EE0 is #5AE11F. Grayscale: #5B5B5B. Windows color (decimal): -5955872 or 14687909. OLE color: 14687909.
HSL color Cylindrical-coordinate representation of color #A51EE0: hue angle of 281.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A51EE0 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 30 | 224 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.12 |
| HSL | 281.75º | 0.76% | 0.5% | - |
| HSV(B) | 281.75º | 0.87% | 0.88% | - |
| XYZ | 29.44 | 14.31 | 71.73 | - |
| YUV | 92.48 | 202.23 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 224 | 0.26 | 0.87 | 0 | 0.12 | 281.75 | 0.76 | 0.5 |
| Hex | A5 | 1E | E0 | 1A | 57 | 0 | C | 11A | 4C | 32 |
| Octal | 245 | 36 | 340 | 32 | 127 | 0 | 14 | 432 | 114 | 62 |
| Binary | 10100101 | 11110 | 11100000 | 11010 | 1010111 | 0 | 1100 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A51EE0
Complementary color
Monochromatic Colors of #A51EE0
Black with #A51EE0
Text Example
Text Example
White with #A51EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51EE0; }
p { color: rgb(165,30,224); }
H1.HeaderClassName
{
color: #A51EE0;
}
.AnyTagClassName
{
color: #A51EE0;
}
</style>
background-color css
<style>
a { background-color: #A51EE0; }
a { background-color: rgb(165,30,224); }
div.DivClassName
{
background-color: #A51EE0;
}
.BgClassName
{
background-color: #A51EE0;
}
</style>
border-color css
<style>
span { border-color: #A51EE0; }
span { border-color: rgb(165,30,224); }
td.TdClassName
{
border-color: #A51EE0;
}
.TagClassName
{
border-color: #A51EE0;
}
</style>