Shades of Dark Orchid #A91ACE
Tints of Dark Orchid #A91ACE
RGB
CMYK
RGB Variations
Color information
#A91ACE (or 0xA91ACE) is known color: Dark Orchid. HEX triplet: A9, 1A and CE. RGB value is (169,26,206). Sum of RGB (Red+Green+Blue) = 169+26+206=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #A91ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ACE is #56E531. Grayscale: #585858. Windows color (decimal): -5694770 or 13507241. OLE color: 13507241.
HSL color Cylindrical-coordinate representation of color #A91ACE: hue angle of 287.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91ACE is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 26 | 206 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.19 |
| HSL | 287.67º | 0.78% | 0.45% | - |
| HSV(B) | 287.67º | 0.87% | 0.81% | - |
| XYZ | 27.87 | 13.63 | 59.55 | - |
| YUV | 89.28 | 193.88 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 206 | 0.18 | 0.87 | 0 | 0.19 | 287.67 | 0.78 | 0.45 |
| Hex | A9 | 1A | CE | 12 | 57 | 0 | 13 | 120 | 4E | 2D |
| Octal | 251 | 32 | 316 | 22 | 127 | 0 | 23 | 440 | 116 | 55 |
| Binary | 10101001 | 11010 | 11001110 | 10010 | 1010111 | 0 | 10011 | 100100000 | 1001110 | 101101 |
Color Harmonies of #A91ACE
Complementary color
Monochromatic Colors of #A91ACE
Black with #A91ACE
Text Example
Text Example
White with #A91ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91ACE; }
p { color: rgb(169,26,206); }
H1.HeaderClassName
{
color: #A91ACE;
}
.AnyTagClassName
{
color: #A91ACE;
}
</style>
background-color css
<style>
a { background-color: #A91ACE; }
a { background-color: rgb(169,26,206); }
div.DivClassName
{
background-color: #A91ACE;
}
.BgClassName
{
background-color: #A91ACE;
}
</style>
border-color css
<style>
span { border-color: #A91ACE; }
span { border-color: rgb(169,26,206); }
td.TdClassName
{
border-color: #A91ACE;
}
.TagClassName
{
border-color: #A91ACE;
}
</style>