Shades of Dark Orchid #A141DC
Tints of Dark Orchid #A141DC
RGB
CMYK
RGB Variations
Color information
#A141DC (or 0xA141DC) is known color: Dark Orchid. HEX triplet: A1, 41 and DC. RGB value is (161,65,220). Sum of RGB (Red+Green+Blue) = 161+65+220=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 65 (25.78% from 255 or 14.57% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #A141DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141DC is #5EBE23. Grayscale: #6E6E6E. Windows color (decimal): -6209060 or 14434721. OLE color: 14434721.
HSL color Cylindrical-coordinate representation of color #A141DC: hue angle of 277.16º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A141DC is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 65 | 220 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.14 |
| HSL | 277.16º | 0.69% | 0.56% | - |
| HSV(B) | 277.16º | 0.7% | 0.86% | - |
| XYZ | 29.51 | 16.52 | 69.34 | - |
| YUV | 111.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 220 | 0.27 | 0.70 | 0 | 0.14 | 277.16 | 0.69 | 0.56 |
| Hex | A1 | 41 | DC | 1B | 46 | 0 | E | 115 | 45 | 38 |
| Octal | 241 | 101 | 334 | 33 | 106 | 0 | 16 | 425 | 105 | 70 |
| Binary | 10100001 | 1000001 | 11011100 | 11011 | 1000110 | 0 | 1110 | 100010101 | 1000101 | 111000 |
Color Harmonies of #A141DC
Complementary color
Monochromatic Colors of #A141DC
Black with #A141DC
Text Example
Text Example
White with #A141DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141DC; }
p { color: rgb(161,65,220); }
H1.HeaderClassName
{
color: #A141DC;
}
.AnyTagClassName
{
color: #A141DC;
}
</style>
background-color css
<style>
a { background-color: #A141DC; }
a { background-color: rgb(161,65,220); }
div.DivClassName
{
background-color: #A141DC;
}
.BgClassName
{
background-color: #A141DC;
}
</style>
border-color css
<style>
span { border-color: #A141DC; }
span { border-color: rgb(161,65,220); }
td.TdClassName
{
border-color: #A141DC;
}
.TagClassName
{
border-color: #A141DC;
}
</style>