Shades of Dark Orchid #A73ECE
Tints of Dark Orchid #A73ECE
RGB
CMYK
RGB Variations
Color information
#A73ECE (or 0xA73ECE) is known color: Dark Orchid. HEX triplet: A7, 3E and CE. RGB value is (167,62,206). Sum of RGB (Red+Green+Blue) = 167+62+206=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #A73ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ECE is #58C131. Grayscale: #6D6D6D. Windows color (decimal): -5816626 or 13516455. OLE color: 13516455.
HSL color Cylindrical-coordinate representation of color #A73ECE: hue angle of 283.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73ECE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 62 | 206 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.19 |
| HSL | 283.75º | 0.6% | 0.53% | - |
| HSV(B) | 283.75º | 0.7% | 0.81% | - |
| XYZ | 28.8 | 16.12 | 59.99 | - |
| YUV | 109.81 | 182.29 | 168.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 206 | 0.19 | 0.70 | 0 | 0.19 | 283.75 | 0.6 | 0.53 |
| Hex | A7 | 3E | CE | 13 | 46 | 0 | 13 | 11C | 3C | 35 |
| Octal | 247 | 76 | 316 | 23 | 106 | 0 | 23 | 434 | 74 | 65 |
| Binary | 10100111 | 111110 | 11001110 | 10011 | 1000110 | 0 | 10011 | 100011100 | 111100 | 110101 |
Color Harmonies of #A73ECE
Complementary color
Monochromatic Colors of #A73ECE
Black with #A73ECE
Text Example
Text Example
White with #A73ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73ECE; }
p { color: rgb(167,62,206); }
H1.HeaderClassName
{
color: #A73ECE;
}
.AnyTagClassName
{
color: #A73ECE;
}
</style>
background-color css
<style>
a { background-color: #A73ECE; }
a { background-color: rgb(167,62,206); }
div.DivClassName
{
background-color: #A73ECE;
}
.BgClassName
{
background-color: #A73ECE;
}
</style>
border-color css
<style>
span { border-color: #A73ECE; }
span { border-color: rgb(167,62,206); }
td.TdClassName
{
border-color: #A73ECE;
}
.TagClassName
{
border-color: #A73ECE;
}
</style>