Shades of Dark Orchid #A13EBE
Tints of Dark Orchid #A13EBE
RGB
CMYK
RGB Variations
Color information
#A13EBE (or 0xA13EBE) is known color: Dark Orchid. HEX triplet: A1, 3E and BE. RGB value is (161,62,190). Sum of RGB (Red+Green+Blue) = 161+62+190=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 62 (24.61% from 255 or 15.01% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A13EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EBE is #5EC141. Grayscale: #696969. Windows color (decimal): -6209858 or 12467873. OLE color: 12467873.
HSL color Cylindrical-coordinate representation of color #A13EBE: hue angle of 286.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13EBE is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 62 | 190 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.25 |
| HSL | 286.41º | 0.51% | 0.49% | - |
| HSV(B) | 286.41º | 0.67% | 0.75% | - |
| XYZ | 25.71 | 14.74 | 50.2 | - |
| YUV | 106.19 | 175.3 | 167.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 190 | 0.15 | 0.67 | 0 | 0.25 | 286.41 | 0.51 | 0.49 |
| Hex | A1 | 3E | BE | F | 43 | 0 | 19 | 11E | 33 | 31 |
| Octal | 241 | 76 | 276 | 17 | 103 | 0 | 31 | 436 | 63 | 61 |
| Binary | 10100001 | 111110 | 10111110 | 1111 | 1000011 | 0 | 11001 | 100011110 | 110011 | 110001 |
Color Harmonies of #A13EBE
Complementary color
Monochromatic Colors of #A13EBE
Black with #A13EBE
Text Example
Text Example
White with #A13EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EBE; }
p { color: rgb(161,62,190); }
H1.HeaderClassName
{
color: #A13EBE;
}
.AnyTagClassName
{
color: #A13EBE;
}
</style>
background-color css
<style>
a { background-color: #A13EBE; }
a { background-color: rgb(161,62,190); }
div.DivClassName
{
background-color: #A13EBE;
}
.BgClassName
{
background-color: #A13EBE;
}
</style>
border-color css
<style>
span { border-color: #A13EBE; }
span { border-color: rgb(161,62,190); }
td.TdClassName
{
border-color: #A13EBE;
}
.TagClassName
{
border-color: #A13EBE;
}
</style>