Shades of Dark Orchid #A41FBA
Tints of Dark Orchid #A41FBA
RGB
CMYK
RGB Variations
Color information
#A41FBA (or 0xA41FBA) is known color: Dark Orchid. HEX triplet: A4, 1F and BA. RGB value is (164,31,186). Sum of RGB (Red+Green+Blue) = 164+31+186=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A41FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41FBA is #5BE045. Grayscale: #575757. Windows color (decimal): -6021190 or 12197796. OLE color: 12197796.
HSL color Cylindrical-coordinate representation of color #A41FBA: hue angle of 291.48º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41FBA is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 31 | 186 | - |
| CMYK | 0.12 | 0.83 | 0 | 0.27 |
| HSL | 291.48º | 0.71% | 0.43% | - |
| HSV(B) | 291.48º | 0.83% | 0.73% | - |
| XYZ | 24.66 | 12.42 | 47.55 | - |
| YUV | 88.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 31 | 186 | 0.12 | 0.83 | 0 | 0.27 | 291.48 | 0.71 | 0.43 |
| Hex | A4 | 1F | BA | C | 53 | 0 | 1B | 123 | 47 | 2B |
| Octal | 244 | 37 | 272 | 14 | 123 | 0 | 33 | 443 | 107 | 53 |
| Binary | 10100100 | 11111 | 10111010 | 1100 | 1010011 | 0 | 11011 | 100100011 | 1000111 | 101011 |
Color Harmonies of #A41FBA
Complementary color
Monochromatic Colors of #A41FBA
Black with #A41FBA
Text Example
Text Example
White with #A41FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41FBA; }
p { color: rgb(164,31,186); }
H1.HeaderClassName
{
color: #A41FBA;
}
.AnyTagClassName
{
color: #A41FBA;
}
</style>
background-color css
<style>
a { background-color: #A41FBA; }
a { background-color: rgb(164,31,186); }
div.DivClassName
{
background-color: #A41FBA;
}
.BgClassName
{
background-color: #A41FBA;
}
</style>
border-color css
<style>
span { border-color: #A41FBA; }
span { border-color: rgb(164,31,186); }
td.TdClassName
{
border-color: #A41FBA;
}
.TagClassName
{
border-color: #A41FBA;
}
</style>