Shades of Dark Orchid #A51ECE
Tints of Dark Orchid #A51ECE
RGB
CMYK
RGB Variations
Color information
#A51ECE (or 0xA51ECE) is known color: Dark Orchid. HEX triplet: A5, 1E and CE. RGB value is (165,30,206). Sum of RGB (Red+Green+Blue) = 165+30+206=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 30 (12.11% from 255 or 7.48% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A51ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A51ECE is #5AE131. Grayscale: #595959. Windows color (decimal): -5955890 or 13508261. OLE color: 13508261.
HSL color Cylindrical-coordinate representation of color #A51ECE: hue angle of 286.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A51ECE is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 165 | 30 | 206 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.19 |
| HSL | 286.02º | 0.75% | 0.46% | - |
| HSV(B) | 286.02º | 0.85% | 0.81% | - |
| XYZ | 27.12 | 13.38 | 59.55 | - |
| YUV | 90.43 | 193.23 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 30 | 206 | 0.20 | 0.85 | 0 | 0.19 | 286.02 | 0.75 | 0.46 |
| Hex | A5 | 1E | CE | 14 | 55 | 0 | 13 | 11E | 4B | 2E |
| Octal | 245 | 36 | 316 | 24 | 125 | 0 | 23 | 436 | 113 | 56 |
| Binary | 10100101 | 11110 | 11001110 | 10100 | 1010101 | 0 | 10011 | 100011110 | 1001011 | 101110 |
Color Harmonies of #A51ECE
Complementary color
Monochromatic Colors of #A51ECE
Black with #A51ECE
Text Example
Text Example
White with #A51ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A51ECE; }
p { color: rgb(165,30,206); }
H1.HeaderClassName
{
color: #A51ECE;
}
.AnyTagClassName
{
color: #A51ECE;
}
</style>
background-color css
<style>
a { background-color: #A51ECE; }
a { background-color: rgb(165,30,206); }
div.DivClassName
{
background-color: #A51ECE;
}
.BgClassName
{
background-color: #A51ECE;
}
</style>
border-color css
<style>
span { border-color: #A51ECE; }
span { border-color: rgb(165,30,206); }
td.TdClassName
{
border-color: #A51ECE;
}
.TagClassName
{
border-color: #A51ECE;
}
</style>