Shades of Dark Orchid #A93EEA
Tints of Dark Orchid #A93EEA
RGB
CMYK
RGB Variations
Color information
#A93EEA (or 0xA93EEA) is known color: Dark Orchid. HEX triplet: A9, 3E and EA. RGB value is (169,62,234). Sum of RGB (Red+Green+Blue) = 169+62+234=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 62 (24.61% from 255 or 13.33% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #A93EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93EEA is #56C115. Grayscale: #717171. Windows color (decimal): -5685526 or 15351465. OLE color: 15351465.
HSL color Cylindrical-coordinate representation of color #A93EEA: hue angle of 277.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93EEA is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 62 | 234 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.08 |
| HSL | 277.33º | 0.8% | 0.58% | - |
| HSV(B) | 277.33º | 0.74% | 0.92% | - |
| XYZ | 32.94 | 17.82 | 79.55 | - |
| YUV | 113.6 | 195.95 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 234 | 0.28 | 0.74 | 0 | 0.08 | 277.33 | 0.8 | 0.58 |
| Hex | A9 | 3E | EA | 1C | 4A | 0 | 8 | 115 | 50 | 3A |
| Octal | 251 | 76 | 352 | 34 | 112 | 0 | 10 | 425 | 120 | 72 |
| Binary | 10101001 | 111110 | 11101010 | 11100 | 1001010 | 0 | 1000 | 100010101 | 1010000 | 111010 |
Color Harmonies of #A93EEA
Complementary color
Monochromatic Colors of #A93EEA
Black with #A93EEA
Text Example
Text Example
White with #A93EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93EEA; }
p { color: rgb(169,62,234); }
H1.HeaderClassName
{
color: #A93EEA;
}
.AnyTagClassName
{
color: #A93EEA;
}
</style>
background-color css
<style>
a { background-color: #A93EEA; }
a { background-color: rgb(169,62,234); }
div.DivClassName
{
background-color: #A93EEA;
}
.BgClassName
{
background-color: #A93EEA;
}
</style>
border-color css
<style>
span { border-color: #A93EEA; }
span { border-color: rgb(169,62,234); }
td.TdClassName
{
border-color: #A93EEA;
}
.TagClassName
{
border-color: #A93EEA;
}
</style>