Shades of Dark Orchid #A13EBA
Tints of Dark Orchid #A13EBA
RGB
CMYK
RGB Variations
Color information
#A13EBA (or 0xA13EBA) is known color: Dark Orchid. HEX triplet: A1, 3E and BA. RGB value is (161,62,186). Sum of RGB (Red+Green+Blue) = 161+62+186=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #A13EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EBA is #5EC145. Grayscale: #696969. Windows color (decimal): -6209862 or 12205729. OLE color: 12205729.
HSL color Cylindrical-coordinate representation of color #A13EBA: hue angle of 287.9º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A13EBA is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 62 | 186 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.27 |
| HSL | 287.9º | 0.5% | 0.49% | - |
| HSV(B) | 287.9º | 0.67% | 0.73% | - |
| XYZ | 25.28 | 14.57 | 47.93 | - |
| YUV | 105.74 | 173.3 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 186 | 0.13 | 0.67 | 0 | 0.27 | 287.9 | 0.5 | 0.49 |
| Hex | A1 | 3E | BA | D | 43 | 0 | 1B | 120 | 32 | 31 |
| Octal | 241 | 76 | 272 | 15 | 103 | 0 | 33 | 440 | 62 | 61 |
| Binary | 10100001 | 111110 | 10111010 | 1101 | 1000011 | 0 | 11011 | 100100000 | 110010 | 110001 |
Color Harmonies of #A13EBA
Complementary color
Monochromatic Colors of #A13EBA
Black with #A13EBA
Text Example
Text Example
White with #A13EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EBA; }
p { color: rgb(161,62,186); }
H1.HeaderClassName
{
color: #A13EBA;
}
.AnyTagClassName
{
color: #A13EBA;
}
</style>
background-color css
<style>
a { background-color: #A13EBA; }
a { background-color: rgb(161,62,186); }
div.DivClassName
{
background-color: #A13EBA;
}
.BgClassName
{
background-color: #A13EBA;
}
</style>
border-color css
<style>
span { border-color: #A13EBA; }
span { border-color: rgb(161,62,186); }
td.TdClassName
{
border-color: #A13EBA;
}
.TagClassName
{
border-color: #A13EBA;
}
</style>