Shades of Dark Orchid #A13EE3
Tints of Dark Orchid #A13EE3
RGB
CMYK
RGB Variations
Color information
#A13EE3 (or 0xA13EE3) is known color: Dark Orchid. HEX triplet: A1, 3E and E3. RGB value is (161,62,227). Sum of RGB (Red+Green+Blue) = 161+62+227=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 227 (89.06% from 255 or 50.44% from 450); Max value from RGB is 227 - color contains mainly: blue. Hex color #A13EE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EE3 is #5EC11C. Grayscale: #6D6D6D. Windows color (decimal): -6209821 or 14892705. OLE color: 14892705.
HSL color Cylindrical-coordinate representation of color #A13EE3: hue angle of 276º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13EE3 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 62 | 227 | - |
| CMYK | 0.29 | 0.73 | 0 | 0.11 |
| HSL | 276º | 0.75% | 0.57% | - |
| HSV(B) | 276º | 0.73% | 0.89% | - |
| XYZ | 30.29 | 16.57 | 74.27 | - |
| YUV | 110.41 | 193.8 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 227 | 0.29 | 0.73 | 0 | 0.11 | 276 | 0.75 | 0.57 |
| Hex | A1 | 3E | E3 | 1D | 49 | 0 | B | 114 | 4B | 39 |
| Octal | 241 | 76 | 343 | 35 | 111 | 0 | 13 | 424 | 113 | 71 |
| Binary | 10100001 | 111110 | 11100011 | 11101 | 1001001 | 0 | 1011 | 100010100 | 1001011 | 111001 |
Color Harmonies of #A13EE3
Complementary color
Monochromatic Colors of #A13EE3
Black with #A13EE3
Text Example
Text Example
White with #A13EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EE3; }
p { color: rgb(161,62,227); }
H1.HeaderClassName
{
color: #A13EE3;
}
.AnyTagClassName
{
color: #A13EE3;
}
</style>
background-color css
<style>
a { background-color: #A13EE3; }
a { background-color: rgb(161,62,227); }
div.DivClassName
{
background-color: #A13EE3;
}
.BgClassName
{
background-color: #A13EE3;
}
</style>
border-color css
<style>
span { border-color: #A13EE3; }
span { border-color: rgb(161,62,227); }
td.TdClassName
{
border-color: #A13EE3;
}
.TagClassName
{
border-color: #A13EE3;
}
</style>