Shades of Dark Orchid #A31EB8
Tints of Dark Orchid #A31EB8
RGB
CMYK
RGB Variations
Color information
#A31EB8 (or 0xA31EB8) is known color: Dark Orchid. HEX triplet: A3, 1E and B8. RGB value is (163,30,184). Sum of RGB (Red+Green+Blue) = 163+30+184=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 30 (12.11% from 255 or 7.96% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #A31EB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31EB8 is #5CE147. Grayscale: #565656. Windows color (decimal): -6086984 or 12066467. OLE color: 12066467.
HSL color Cylindrical-coordinate representation of color #A31EB8: hue angle of 291.82º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A31EB8 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 163 | 30 | 184 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.28 |
| HSL | 291.82º | 0.72% | 0.42% | - |
| HSV(B) | 291.82º | 0.84% | 0.72% | - |
| XYZ | 24.22 | 12.18 | 46.42 | - |
| YUV | 87.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 184 | 0.11 | 0.84 | 0 | 0.28 | 291.82 | 0.72 | 0.42 |
| Hex | A3 | 1E | B8 | B | 54 | 0 | 1C | 124 | 48 | 2A |
| Octal | 243 | 36 | 270 | 13 | 124 | 0 | 34 | 444 | 110 | 52 |
| Binary | 10100011 | 11110 | 10111000 | 1011 | 1010100 | 0 | 11100 | 100100100 | 1001000 | 101010 |
Color Harmonies of #A31EB8
Complementary color
Monochromatic Colors of #A31EB8
Black with #A31EB8
Text Example
Text Example
White with #A31EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EB8; }
p { color: rgb(163,30,184); }
H1.HeaderClassName
{
color: #A31EB8;
}
.AnyTagClassName
{
color: #A31EB8;
}
</style>
background-color css
<style>
a { background-color: #A31EB8; }
a { background-color: rgb(163,30,184); }
div.DivClassName
{
background-color: #A31EB8;
}
.BgClassName
{
background-color: #A31EB8;
}
</style>
border-color css
<style>
span { border-color: #A31EB8; }
span { border-color: rgb(163,30,184); }
td.TdClassName
{
border-color: #A31EB8;
}
.TagClassName
{
border-color: #A31EB8;
}
</style>