Shades of Dark Orchid #A13ACD
Tints of Dark Orchid #A13ACD
RGB
CMYK
RGB Variations
Color information
#A13ACD (or 0xA13ACD) is known color: Dark Orchid. HEX triplet: A1, 3A and CD. RGB value is (161,58,205). Sum of RGB (Red+Green+Blue) = 161+58+205=424 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.97% from 424); Green value is 58 (23.05% from 255 or 13.68% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #A13ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ACD is #5EC532. Grayscale: #696969. Windows color (decimal): -6210867 or 13449889. OLE color: 13449889.
HSL color Cylindrical-coordinate representation of color #A13ACD: hue angle of 282.04º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13ACD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 58 | 205 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.20 |
| HSL | 282.04º | 0.6% | 0.52% | - |
| HSV(B) | 282.04º | 0.72% | 0.8% | - |
| XYZ | 27.23 | 15.01 | 59.22 | - |
| YUV | 105.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 205 | 0.21 | 0.72 | 0 | 0.20 | 282.04 | 0.6 | 0.52 |
| Hex | A1 | 3A | CD | 15 | 48 | 0 | 14 | 11A | 3C | 34 |
| Octal | 241 | 72 | 315 | 25 | 110 | 0 | 24 | 432 | 74 | 64 |
| Binary | 10100001 | 111010 | 11001101 | 10101 | 1001000 | 0 | 10100 | 100011010 | 111100 | 110100 |
Color Harmonies of #A13ACD
Complementary color
Monochromatic Colors of #A13ACD
Black with #A13ACD
Text Example
Text Example
White with #A13ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13ACD; }
p { color: rgb(161,58,205); }
H1.HeaderClassName
{
color: #A13ACD;
}
.AnyTagClassName
{
color: #A13ACD;
}
</style>
background-color css
<style>
a { background-color: #A13ACD; }
a { background-color: rgb(161,58,205); }
div.DivClassName
{
background-color: #A13ACD;
}
.BgClassName
{
background-color: #A13ACD;
}
</style>
border-color css
<style>
span { border-color: #A13ACD; }
span { border-color: rgb(161,58,205); }
td.TdClassName
{
border-color: #A13ACD;
}
.TagClassName
{
border-color: #A13ACD;
}
</style>