Shades of Dark Orchid #A13CDC
Tints of Dark Orchid #A13CDC
RGB
CMYK
RGB Variations
Color information
#A13CDC (or 0xA13CDC) is known color: Dark Orchid. HEX triplet: A1, 3C and DC. RGB value is (161,60,220). Sum of RGB (Red+Green+Blue) = 161+60+220=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 60 (23.83% from 255 or 13.61% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #A13CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13CDC is #5EC323. Grayscale: #6B6B6B. Windows color (decimal): -6210340 or 14433441. OLE color: 14433441.
HSL color Cylindrical-coordinate representation of color #A13CDC: hue angle of 277.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A13CDC is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 60 | 220 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.14 |
| HSL | 277.88º | 0.7% | 0.55% | - |
| HSV(B) | 277.88º | 0.73% | 0.86% | - |
| XYZ | 29.23 | 15.98 | 69.25 | - |
| YUV | 108.44 | 190.96 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 60 | 220 | 0.27 | 0.73 | 0 | 0.14 | 277.88 | 0.7 | 0.55 |
| Hex | A1 | 3C | DC | 1B | 49 | 0 | E | 116 | 46 | 37 |
| Octal | 241 | 74 | 334 | 33 | 111 | 0 | 16 | 426 | 106 | 67 |
| Binary | 10100001 | 111100 | 11011100 | 11011 | 1001001 | 0 | 1110 | 100010110 | 1000110 | 110111 |
Color Harmonies of #A13CDC
Complementary color
Monochromatic Colors of #A13CDC
Black with #A13CDC
Text Example
Text Example
White with #A13CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13CDC; }
p { color: rgb(161,60,220); }
H1.HeaderClassName
{
color: #A13CDC;
}
.AnyTagClassName
{
color: #A13CDC;
}
</style>
background-color css
<style>
a { background-color: #A13CDC; }
a { background-color: rgb(161,60,220); }
div.DivClassName
{
background-color: #A13CDC;
}
.BgClassName
{
background-color: #A13CDC;
}
</style>
border-color css
<style>
span { border-color: #A13CDC; }
span { border-color: rgb(161,60,220); }
td.TdClassName
{
border-color: #A13CDC;
}
.TagClassName
{
border-color: #A13CDC;
}
</style>