Shades of Dark Orchid #A141C5
Tints of Dark Orchid #A141C5
RGB
CMYK
RGB Variations
Color information
#A141C5 (or 0xA141C5) is known color: Dark Orchid. HEX triplet: A1, 41 and C5. RGB value is (161,65,197). Sum of RGB (Red+Green+Blue) = 161+65+197=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #A141C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A141C5 is #5EBE3A. Grayscale: #6C6C6C. Windows color (decimal): -6209083 or 12927393. OLE color: 12927393.
HSL color Cylindrical-coordinate representation of color #A141C5: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A141C5 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 65 | 197 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.23 |
| HSL | 283.64º | 0.53% | 0.51% | - |
| HSV(B) | 283.64º | 0.67% | 0.77% | - |
| XYZ | 26.67 | 15.39 | 54.39 | - |
| YUV | 108.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 65 | 197 | 0.18 | 0.67 | 0 | 0.23 | 283.64 | 0.53 | 0.51 |
| Hex | A1 | 41 | C5 | 12 | 43 | 0 | 17 | 11C | 35 | 33 |
| Octal | 241 | 101 | 305 | 22 | 103 | 0 | 27 | 434 | 65 | 63 |
| Binary | 10100001 | 1000001 | 11000101 | 10010 | 1000011 | 0 | 10111 | 100011100 | 110101 | 110011 |
Color Harmonies of #A141C5
Complementary color
Monochromatic Colors of #A141C5
Black with #A141C5
Text Example
Text Example
White with #A141C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A141C5; }
p { color: rgb(161,65,197); }
H1.HeaderClassName
{
color: #A141C5;
}
.AnyTagClassName
{
color: #A141C5;
}
</style>
background-color css
<style>
a { background-color: #A141C5; }
a { background-color: rgb(161,65,197); }
div.DivClassName
{
background-color: #A141C5;
}
.BgClassName
{
background-color: #A141C5;
}
</style>
border-color css
<style>
span { border-color: #A141C5; }
span { border-color: rgb(161,65,197); }
td.TdClassName
{
border-color: #A141C5;
}
.TagClassName
{
border-color: #A141C5;
}
</style>