Shades of Dark Orchid #A13ACE
Tints of Dark Orchid #A13ACE
RGB
CMYK
RGB Variations
Color information
#A13ACE (or 0xA13ACE) is known color: Dark Orchid. HEX triplet: A1, 3A and CE. RGB value is (161,58,206). Sum of RGB (Red+Green+Blue) = 161+58+206=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 58 (23.05% from 255 or 13.65% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #A13ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ACE is #5EC531. Grayscale: #696969. Windows color (decimal): -6210866 or 13515425. OLE color: 13515425.
HSL color Cylindrical-coordinate representation of color #A13ACE: hue angle of 281.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13ACE is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 58 | 206 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.19 |
| HSL | 281.76º | 0.6% | 0.52% | - |
| HSV(B) | 281.76º | 0.72% | 0.81% | - |
| XYZ | 27.35 | 15.06 | 59.86 | - |
| YUV | 105.67 | 184.62 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 206 | 0.22 | 0.72 | 0 | 0.19 | 281.76 | 0.6 | 0.52 |
| Hex | A1 | 3A | CE | 16 | 48 | 0 | 13 | 11A | 3C | 34 |
| Octal | 241 | 72 | 316 | 26 | 110 | 0 | 23 | 432 | 74 | 64 |
| Binary | 10100001 | 111010 | 11001110 | 10110 | 1001000 | 0 | 10011 | 100011010 | 111100 | 110100 |
Color Harmonies of #A13ACE
Complementary color
Monochromatic Colors of #A13ACE
Black with #A13ACE
Text Example
Text Example
White with #A13ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13ACE; }
p { color: rgb(161,58,206); }
H1.HeaderClassName
{
color: #A13ACE;
}
.AnyTagClassName
{
color: #A13ACE;
}
</style>
background-color css
<style>
a { background-color: #A13ACE; }
a { background-color: rgb(161,58,206); }
div.DivClassName
{
background-color: #A13ACE;
}
.BgClassName
{
background-color: #A13ACE;
}
</style>
border-color css
<style>
span { border-color: #A13ACE; }
span { border-color: rgb(161,58,206); }
td.TdClassName
{
border-color: #A13ACE;
}
.TagClassName
{
border-color: #A13ACE;
}
</style>