Shades of Dark Orchid #A31EB0
Tints of Dark Orchid #A31EB0
RGB
CMYK
RGB Variations
Color information
#A31EB0 (or 0xA31EB0) is known color: Dark Orchid. HEX triplet: A3, 1E and B0. RGB value is (163,30,176). Sum of RGB (Red+Green+Blue) = 163+30+176=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #A31EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A31EB0 is #5CE14F. Grayscale: #555555. Windows color (decimal): -6086992 or 11542179. OLE color: 11542179.
HSL color Cylindrical-coordinate representation of color #A31EB0: hue angle of 294.66º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A31EB0 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 30 | 176 | - |
| CMYK | 0.07 | 0.83 | 0 | 0.31 |
| HSL | 294.66º | 0.71% | 0.4% | - |
| HSV(B) | 294.66º | 0.83% | 0.69% | - |
| XYZ | 23.41 | 11.85 | 42.13 | - |
| YUV | 86.41 | 178.56 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 176 | 0.07 | 0.83 | 0 | 0.31 | 294.66 | 0.71 | 0.4 |
| Hex | A3 | 1E | B0 | 7 | 53 | 0 | 1F | 127 | 47 | 28 |
| Octal | 243 | 36 | 260 | 7 | 123 | 0 | 37 | 447 | 107 | 50 |
| Binary | 10100011 | 11110 | 10110000 | 111 | 1010011 | 0 | 11111 | 100100111 | 1000111 | 101000 |
Color Harmonies of #A31EB0
Complementary color
Monochromatic Colors of #A31EB0
Black with #A31EB0
Text Example
Text Example
White with #A31EB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31EB0; }
p { color: rgb(163,30,176); }
H1.HeaderClassName
{
color: #A31EB0;
}
.AnyTagClassName
{
color: #A31EB0;
}
</style>
background-color css
<style>
a { background-color: #A31EB0; }
a { background-color: rgb(163,30,176); }
div.DivClassName
{
background-color: #A31EB0;
}
.BgClassName
{
background-color: #A31EB0;
}
</style>
border-color css
<style>
span { border-color: #A31EB0; }
span { border-color: rgb(163,30,176); }
td.TdClassName
{
border-color: #A31EB0;
}
.TagClassName
{
border-color: #A31EB0;
}
</style>