Shades of Dark Orchid #A91EBC
Tints of Dark Orchid #A91EBC
RGB
CMYK
RGB Variations
Color information
#A91EBC (or 0xA91EBC) is known color: Dark Orchid. HEX triplet: A9, 1E and BC. RGB value is (169,30,188). Sum of RGB (Red+Green+Blue) = 169+30+188=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A91EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EBC is #56E143. Grayscale: #595959. Windows color (decimal): -5693764 or 12328617. OLE color: 12328617.
HSL color Cylindrical-coordinate representation of color #A91EBC: hue angle of 292.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91EBC is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 30 | 188 | - |
| CMYK | 0.10 | 0.84 | 0 | 0.26 |
| HSL | 292.78º | 0.72% | 0.43% | - |
| HSV(B) | 292.78º | 0.84% | 0.74% | - |
| XYZ | 25.9 | 12.99 | 48.72 | - |
| YUV | 89.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 188 | 0.10 | 0.84 | 0 | 0.26 | 292.78 | 0.72 | 0.43 |
| Hex | A9 | 1E | BC | A | 54 | 0 | 1A | 125 | 48 | 2B |
| Octal | 251 | 36 | 274 | 12 | 124 | 0 | 32 | 445 | 110 | 53 |
| Binary | 10101001 | 11110 | 10111100 | 1010 | 1010100 | 0 | 11010 | 100100101 | 1001000 | 101011 |
Color Harmonies of #A91EBC
Complementary color
Monochromatic Colors of #A91EBC
Black with #A91EBC
Text Example
Text Example
White with #A91EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EBC; }
p { color: rgb(169,30,188); }
H1.HeaderClassName
{
color: #A91EBC;
}
.AnyTagClassName
{
color: #A91EBC;
}
</style>
background-color css
<style>
a { background-color: #A91EBC; }
a { background-color: rgb(169,30,188); }
div.DivClassName
{
background-color: #A91EBC;
}
.BgClassName
{
background-color: #A91EBC;
}
</style>
border-color css
<style>
span { border-color: #A91EBC; }
span { border-color: rgb(169,30,188); }
td.TdClassName
{
border-color: #A91EBC;
}
.TagClassName
{
border-color: #A91EBC;
}
</style>