Shades of Dark Orchid #A13EDC
Tints of Dark Orchid #A13EDC
RGB
CMYK
RGB Variations
Color information
#A13EDC (or 0xA13EDC) is known color: Dark Orchid. HEX triplet: A1, 3E and DC. RGB value is (161,62,220). Sum of RGB (Red+Green+Blue) = 161+62+220=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #A13EDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EDC is #5EC123. Grayscale: #6D6D6D. Windows color (decimal): -6209828 or 14433953. OLE color: 14433953.
HSL color Cylindrical-coordinate representation of color #A13EDC: hue angle of 277.59º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13EDC is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 62 | 220 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.14 |
| HSL | 277.59º | 0.69% | 0.55% | - |
| HSV(B) | 277.59º | 0.72% | 0.86% | - |
| XYZ | 29.34 | 16.19 | 69.29 | - |
| YUV | 109.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 220 | 0.27 | 0.72 | 0 | 0.14 | 277.59 | 0.69 | 0.55 |
| Hex | A1 | 3E | DC | 1B | 48 | 0 | E | 116 | 45 | 37 |
| Octal | 241 | 76 | 334 | 33 | 110 | 0 | 16 | 426 | 105 | 67 |
| Binary | 10100001 | 111110 | 11011100 | 11011 | 1001000 | 0 | 1110 | 100010110 | 1000101 | 110111 |
Color Harmonies of #A13EDC
Complementary color
Monochromatic Colors of #A13EDC
Black with #A13EDC
Text Example
Text Example
White with #A13EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EDC; }
p { color: rgb(161,62,220); }
H1.HeaderClassName
{
color: #A13EDC;
}
.AnyTagClassName
{
color: #A13EDC;
}
</style>
background-color css
<style>
a { background-color: #A13EDC; }
a { background-color: rgb(161,62,220); }
div.DivClassName
{
background-color: #A13EDC;
}
.BgClassName
{
background-color: #A13EDC;
}
</style>
border-color css
<style>
span { border-color: #A13EDC; }
span { border-color: rgb(161,62,220); }
td.TdClassName
{
border-color: #A13EDC;
}
.TagClassName
{
border-color: #A13EDC;
}
</style>