Shades of Dark Orchid #A41EC3
Tints of Dark Orchid #A41EC3
RGB
CMYK
RGB Variations
Color information
#A41EC3 (or 0xA41EC3) is known color: Dark Orchid. HEX triplet: A4, 1E and C3. RGB value is (164,30,195). Sum of RGB (Red+Green+Blue) = 164+30+195=389 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.16% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #A41EC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41EC3 is #5BE13C. Grayscale: #585858. Windows color (decimal): -6021437 or 12787364. OLE color: 12787364.
HSL color Cylindrical-coordinate representation of color #A41EC3: hue angle of 288.73º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41EC3 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 30 | 195 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.24 |
| HSL | 288.73º | 0.73% | 0.44% | - |
| HSV(B) | 288.73º | 0.85% | 0.76% | - |
| XYZ | 25.62 | 12.76 | 52.74 | - |
| YUV | 88.88 | 187.89 | 181.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 195 | 0.16 | 0.85 | 0 | 0.24 | 288.73 | 0.73 | 0.44 |
| Hex | A4 | 1E | C3 | 10 | 55 | 0 | 18 | 121 | 49 | 2C |
| Octal | 244 | 36 | 303 | 20 | 125 | 0 | 30 | 441 | 111 | 54 |
| Binary | 10100100 | 11110 | 11000011 | 10000 | 1010101 | 0 | 11000 | 100100001 | 1001001 | 101100 |
Color Harmonies of #A41EC3
Complementary color
Monochromatic Colors of #A41EC3
Black with #A41EC3
Text Example
Text Example
White with #A41EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41EC3; }
p { color: rgb(164,30,195); }
H1.HeaderClassName
{
color: #A41EC3;
}
.AnyTagClassName
{
color: #A41EC3;
}
</style>
background-color css
<style>
a { background-color: #A41EC3; }
a { background-color: rgb(164,30,195); }
div.DivClassName
{
background-color: #A41EC3;
}
.BgClassName
{
background-color: #A41EC3;
}
</style>
border-color css
<style>
span { border-color: #A41EC3; }
span { border-color: rgb(164,30,195); }
td.TdClassName
{
border-color: #A41EC3;
}
.TagClassName
{
border-color: #A41EC3;
}
</style>