Shades of Dark Orchid #A41FC0
Tints of Dark Orchid #A41FC0
RGB
CMYK
RGB Variations
Color information
#A41FC0 (or 0xA41FC0) is known color: Dark Orchid. HEX triplet: A4, 1F and C0. RGB value is (164,31,192). Sum of RGB (Red+Green+Blue) = 164+31+192=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A41FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FC0 is #5BE03F. Grayscale: #585858. Windows color (decimal): -6021184 or 12591012. OLE color: 12591012.
HSL color Cylindrical-coordinate representation of color #A41FC0: hue angle of 289.57º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41FC0 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 31 | 192 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.25 |
| HSL | 289.57º | 0.72% | 0.44% | - |
| HSV(B) | 289.57º | 0.84% | 0.75% | - |
| XYZ | 25.31 | 12.68 | 50.98 | - |
| YUV | 89.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 192 | 0.15 | 0.84 | 0 | 0.25 | 289.57 | 0.72 | 0.44 |
| Hex | A4 | 1F | C0 | F | 54 | 0 | 19 | 122 | 48 | 2C |
| Octal | 244 | 37 | 300 | 17 | 124 | 0 | 31 | 442 | 110 | 54 |
| Binary | 10100100 | 11111 | 11000000 | 1111 | 1010100 | 0 | 11001 | 100100010 | 1001000 | 101100 |
Color Harmonies of #A41FC0
Complementary color
Monochromatic Colors of #A41FC0
Black with #A41FC0
Text Example
Text Example
White with #A41FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FC0; }
p { color: rgb(164,31,192); }
H1.HeaderClassName
{
color: #A41FC0;
}
.AnyTagClassName
{
color: #A41FC0;
}
</style>
background-color css
<style>
a { background-color: #A41FC0; }
a { background-color: rgb(164,31,192); }
div.DivClassName
{
background-color: #A41FC0;
}
.BgClassName
{
background-color: #A41FC0;
}
</style>
border-color css
<style>
span { border-color: #A41FC0; }
span { border-color: rgb(164,31,192); }
td.TdClassName
{
border-color: #A41FC0;
}
.TagClassName
{
border-color: #A41FC0;
}
</style>