Shades of Dark Orchid #A91EC0
Tints of Dark Orchid #A91EC0
RGB
CMYK
RGB Variations
Color information
#A91EC0 (or 0xA91EC0) is known color: Dark Orchid. HEX triplet: A9, 1E and C0. RGB value is (169,30,192). Sum of RGB (Red+Green+Blue) = 169+30+192=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #A91EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91EC0 is #56E13F. Grayscale: #595959. Windows color (decimal): -5693760 or 12590761. OLE color: 12590761.
HSL color Cylindrical-coordinate representation of color #A91EC0: hue angle of 291.48º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91EC0 is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 30 | 192 | - |
| CMYK | 0.12 | 0.84 | 0 | 0.25 |
| HSL | 291.48º | 0.73% | 0.44% | - |
| HSV(B) | 291.48º | 0.84% | 0.75% | - |
| XYZ | 26.34 | 13.17 | 51.02 | - |
| YUV | 90.03 | 185.55 | 184.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 30 | 192 | 0.12 | 0.84 | 0 | 0.25 | 291.48 | 0.73 | 0.44 |
| Hex | A9 | 1E | C0 | C | 54 | 0 | 19 | 123 | 49 | 2C |
| Octal | 251 | 36 | 300 | 14 | 124 | 0 | 31 | 443 | 111 | 54 |
| Binary | 10101001 | 11110 | 11000000 | 1100 | 1010100 | 0 | 11001 | 100100011 | 1001001 | 101100 |
Color Harmonies of #A91EC0
Complementary color
Monochromatic Colors of #A91EC0
Black with #A91EC0
Text Example
Text Example
White with #A91EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91EC0; }
p { color: rgb(169,30,192); }
H1.HeaderClassName
{
color: #A91EC0;
}
.AnyTagClassName
{
color: #A91EC0;
}
</style>
background-color css
<style>
a { background-color: #A91EC0; }
a { background-color: rgb(169,30,192); }
div.DivClassName
{
background-color: #A91EC0;
}
.BgClassName
{
background-color: #A91EC0;
}
</style>
border-color css
<style>
span { border-color: #A91EC0; }
span { border-color: rgb(169,30,192); }
td.TdClassName
{
border-color: #A91EC0;
}
.TagClassName
{
border-color: #A91EC0;
}
</style>