Shades of Dark Orchid #A31ECB
Tints of Dark Orchid #A31ECB
RGB
CMYK
RGB Variations
Color information
#A31ECB (or 0xA31ECB) is known color: Dark Orchid. HEX triplet: A3, 1E and CB. RGB value is (163,30,203). Sum of RGB (Red+Green+Blue) = 163+30+203=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #A31ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A31ECB is #5CE134. Grayscale: #585858. Windows color (decimal): -6086965 or 13311651. OLE color: 13311651.
HSL color Cylindrical-coordinate representation of color #A31ECB: hue angle of 286.13º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A31ECB is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 30 | 203 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.20 |
| HSL | 286.13º | 0.74% | 0.46% | - |
| HSV(B) | 286.13º | 0.85% | 0.8% | - |
| XYZ | 26.35 | 13.03 | 57.63 | - |
| YUV | 89.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 30 | 203 | 0.20 | 0.85 | 0 | 0.20 | 286.13 | 0.74 | 0.46 |
| Hex | A3 | 1E | CB | 14 | 55 | 0 | 14 | 11E | 4A | 2E |
| Octal | 243 | 36 | 313 | 24 | 125 | 0 | 24 | 436 | 112 | 56 |
| Binary | 10100011 | 11110 | 11001011 | 10100 | 1010101 | 0 | 10100 | 100011110 | 1001010 | 101110 |
Color Harmonies of #A31ECB
Complementary color
Monochromatic Colors of #A31ECB
Black with #A31ECB
Text Example
Text Example
White with #A31ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A31ECB; }
p { color: rgb(163,30,203); }
H1.HeaderClassName
{
color: #A31ECB;
}
.AnyTagClassName
{
color: #A31ECB;
}
</style>
background-color css
<style>
a { background-color: #A31ECB; }
a { background-color: rgb(163,30,203); }
div.DivClassName
{
background-color: #A31ECB;
}
.BgClassName
{
background-color: #A31ECB;
}
</style>
border-color css
<style>
span { border-color: #A31ECB; }
span { border-color: rgb(163,30,203); }
td.TdClassName
{
border-color: #A31ECB;
}
.TagClassName
{
border-color: #A31ECB;
}
</style>