Shades of Dark Orchid #A31EAC
Tints of Dark Orchid #A31EAC
RGB
CMYK
RGB Variations
Color information
#A31EAC (or 0xA31EAC) is known color: Dark Orchid. HEX triplet: A3, 1E and AC. RGB value is (163,30,172). Sum of RGB (Red+Green+Blue) = 163+30+172=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 30 (12.11% from 255 or 8.22% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A31EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EAC is #5CE153. Grayscale: #555555. Windows color (decimal): -6086996 or 11280035. OLE color: 11280035.
HSL color Cylindrical-coordinate representation of color #A31EAC: hue angle of 296.2º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31EAC is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 30 | 172 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.33 |
| HSL | 296.2º | 0.7% | 0.4% | - |
| HSV(B) | 296.2º | 0.83% | 0.67% | - |
| XYZ | 23.01 | 11.69 | 40.07 | - |
| YUV | 85.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 172 | 0.05 | 0.83 | 0 | 0.33 | 296.2 | 0.7 | 0.4 |
| Hex | A3 | 1E | AC | 5 | 53 | 0 | 21 | 128 | 46 | 28 |
| Octal | 243 | 36 | 254 | 5 | 123 | 0 | 41 | 450 | 106 | 50 |
| Binary | 10100011 | 11110 | 10101100 | 101 | 1010011 | 0 | 100001 | 100101000 | 1000110 | 101000 |
Color Harmonies of #A31EAC
Complementary color
Monochromatic Colors of #A31EAC
Black with #A31EAC
Text Example
Text Example
White with #A31EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EAC; }
p { color: rgb(163,30,172); }
H1.HeaderClassName
{
color: #A31EAC;
}
.AnyTagClassName
{
color: #A31EAC;
}
</style>
background-color css
<style>
a { background-color: #A31EAC; }
a { background-color: rgb(163,30,172); }
div.DivClassName
{
background-color: #A31EAC;
}
.BgClassName
{
background-color: #A31EAC;
}
</style>
border-color css
<style>
span { border-color: #A31EAC; }
span { border-color: rgb(163,30,172); }
td.TdClassName
{
border-color: #A31EAC;
}
.TagClassName
{
border-color: #A31EAC;
}
</style>