Shades of Dark Orchid #A41FC1
Tints of Dark Orchid #A41FC1
RGB
CMYK
RGB Variations
Color information
#A41FC1 (or 0xA41FC1) is known color: Dark Orchid. HEX triplet: A4, 1F and C1. RGB value is (164,31,193). Sum of RGB (Red+Green+Blue) = 164+31+193=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 193 (75.78% from 255 or 49.74% from 388); Max value from RGB is 193 - color contains mainly: blue. Hex color #A41FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FC1 is #5BE03E. Grayscale: #585858. Windows color (decimal): -6021183 or 12656548. OLE color: 12656548.
HSL color Cylindrical-coordinate representation of color #A41FC1: hue angle of 289.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41FC1 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 31 | 193 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.24 |
| HSL | 289.26º | 0.72% | 0.44% | - |
| HSV(B) | 289.26º | 0.84% | 0.76% | - |
| XYZ | 25.43 | 12.72 | 51.57 | - |
| YUV | 89.24 | 186.56 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 193 | 0.15 | 0.84 | 0 | 0.24 | 289.26 | 0.72 | 0.44 |
| Hex | A4 | 1F | C1 | F | 54 | 0 | 18 | 121 | 48 | 2C |
| Octal | 244 | 37 | 301 | 17 | 124 | 0 | 30 | 441 | 110 | 54 |
| Binary | 10100100 | 11111 | 11000001 | 1111 | 1010100 | 0 | 11000 | 100100001 | 1001000 | 101100 |
Color Harmonies of #A41FC1
Complementary color
Monochromatic Colors of #A41FC1
Black with #A41FC1
Text Example
Text Example
White with #A41FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FC1; }
p { color: rgb(164,31,193); }
H1.HeaderClassName
{
color: #A41FC1;
}
.AnyTagClassName
{
color: #A41FC1;
}
</style>
background-color css
<style>
a { background-color: #A41FC1; }
a { background-color: rgb(164,31,193); }
div.DivClassName
{
background-color: #A41FC1;
}
.BgClassName
{
background-color: #A41FC1;
}
</style>
border-color css
<style>
span { border-color: #A41FC1; }
span { border-color: rgb(164,31,193); }
td.TdClassName
{
border-color: #A41FC1;
}
.TagClassName
{
border-color: #A41FC1;
}
</style>