Shades of Dark Orchid #A13EDD
Tints of Dark Orchid #A13EDD
RGB
CMYK
RGB Variations
Color information
#A13EDD (or 0xA13EDD) is known color: Dark Orchid. HEX triplet: A1, 3E and DD. RGB value is (161,62,221). Sum of RGB (Red+Green+Blue) = 161+62+221=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A13EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EDD is #5EC122. Grayscale: #6D6D6D. Windows color (decimal): -6209827 or 14499489. OLE color: 14499489.
HSL color Cylindrical-coordinate representation of color #A13EDD: hue angle of 277.36º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13EDD is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 62 | 221 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.13 |
| HSL | 277.36º | 0.7% | 0.55% | - |
| HSV(B) | 277.36º | 0.72% | 0.87% | - |
| XYZ | 29.47 | 16.24 | 69.99 | - |
| YUV | 109.73 | 190.8 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 221 | 0.27 | 0.72 | 0 | 0.13 | 277.36 | 0.7 | 0.55 |
| Hex | A1 | 3E | DD | 1B | 48 | 0 | D | 115 | 46 | 37 |
| Octal | 241 | 76 | 335 | 33 | 110 | 0 | 15 | 425 | 106 | 67 |
| Binary | 10100001 | 111110 | 11011101 | 11011 | 1001000 | 0 | 1101 | 100010101 | 1000110 | 110111 |
Color Harmonies of #A13EDD
Complementary color
Monochromatic Colors of #A13EDD
Black with #A13EDD
Text Example
Text Example
White with #A13EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EDD; }
p { color: rgb(161,62,221); }
H1.HeaderClassName
{
color: #A13EDD;
}
.AnyTagClassName
{
color: #A13EDD;
}
</style>
background-color css
<style>
a { background-color: #A13EDD; }
a { background-color: rgb(161,62,221); }
div.DivClassName
{
background-color: #A13EDD;
}
.BgClassName
{
background-color: #A13EDD;
}
</style>
border-color css
<style>
span { border-color: #A13EDD; }
span { border-color: rgb(161,62,221); }
td.TdClassName
{
border-color: #A13EDD;
}
.TagClassName
{
border-color: #A13EDD;
}
</style>