Shades of Dark Orchid #A73BEA
Tints of Dark Orchid #A73BEA
RGB
CMYK
RGB Variations
Color information
#A73BEA (or 0xA73BEA) is known color: Dark Orchid. HEX triplet: A7, 3B and EA. RGB value is (167,59,234). Sum of RGB (Red+Green+Blue) = 167+59+234=460 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.30% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #A73BEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73BEA is #58C415. Grayscale: #6E6E6E. Windows color (decimal): -5817366 or 15350695. OLE color: 15350695.
HSL color Cylindrical-coordinate representation of color #A73BEA: hue angle of 277.03º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A73BEA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 59 | 234 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.08 |
| HSL | 277.03º | 0.81% | 0.57% | - |
| HSV(B) | 277.03º | 0.75% | 0.92% | - |
| XYZ | 32.35 | 17.28 | 79.47 | - |
| YUV | 111.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 234 | 0.29 | 0.75 | 0 | 0.08 | 277.03 | 0.81 | 0.57 |
| Hex | A7 | 3B | EA | 1D | 4B | 0 | 8 | 115 | 51 | 39 |
| Octal | 247 | 73 | 352 | 35 | 113 | 0 | 10 | 425 | 121 | 71 |
| Binary | 10100111 | 111011 | 11101010 | 11101 | 1001011 | 0 | 1000 | 100010101 | 1010001 | 111001 |
Color Harmonies of #A73BEA
Complementary color
Monochromatic Colors of #A73BEA
Black with #A73BEA
Text Example
Text Example
White with #A73BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BEA; }
p { color: rgb(167,59,234); }
H1.HeaderClassName
{
color: #A73BEA;
}
.AnyTagClassName
{
color: #A73BEA;
}
</style>
background-color css
<style>
a { background-color: #A73BEA; }
a { background-color: rgb(167,59,234); }
div.DivClassName
{
background-color: #A73BEA;
}
.BgClassName
{
background-color: #A73BEA;
}
</style>
border-color css
<style>
span { border-color: #A73BEA; }
span { border-color: rgb(167,59,234); }
td.TdClassName
{
border-color: #A73BEA;
}
.TagClassName
{
border-color: #A73BEA;
}
</style>