Shades of Dark Orchid #A31ACE
Tints of Dark Orchid #A31ACE
RGB
CMYK
RGB Variations
Color information
#A31ACE (or 0xA31ACE) is known color: Dark Orchid. HEX triplet: A3, 1A and CE. RGB value is (163,26,206). Sum of RGB (Red+Green+Blue) = 163+26+206=395 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.27% from 395); Green value is 26 (10.55% from 255 or 6.58% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #A31ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ACE is #5CE531. Grayscale: #565656. Windows color (decimal): -6087986 or 13507235. OLE color: 13507235.
HSL color Cylindrical-coordinate representation of color #A31ACE: hue angle of 285.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 #A31ACE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 26 | 206 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.19 |
| HSL | 285.67º | 0.78% | 0.45% | - |
| HSV(B) | 285.67º | 0.87% | 0.81% | - |
| XYZ | 26.61 | 12.98 | 59.5 | - |
| YUV | 87.48 | 194.89 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 26 | 206 | 0.21 | 0.87 | 0 | 0.19 | 285.67 | 0.78 | 0.45 |
| Hex | A3 | 1A | CE | 15 | 57 | 0 | 13 | 11E | 4E | 2D |
| Octal | 243 | 32 | 316 | 25 | 127 | 0 | 23 | 436 | 116 | 55 |
| Binary | 10100011 | 11010 | 11001110 | 10101 | 1010111 | 0 | 10011 | 100011110 | 1001110 | 101101 |
Color Harmonies of #A31ACE
Complementary color
Monochromatic Colors of #A31ACE
Black with #A31ACE
Text Example
Text Example
White with #A31ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ACE; }
p { color: rgb(163,26,206); }
H1.HeaderClassName
{
color: #A31ACE;
}
.AnyTagClassName
{
color: #A31ACE;
}
</style>
background-color css
<style>
a { background-color: #A31ACE; }
a { background-color: rgb(163,26,206); }
div.DivClassName
{
background-color: #A31ACE;
}
.BgClassName
{
background-color: #A31ACE;
}
</style>
border-color css
<style>
span { border-color: #A31ACE; }
span { border-color: rgb(163,26,206); }
td.TdClassName
{
border-color: #A31ACE;
}
.TagClassName
{
border-color: #A31ACE;
}
</style>