Shades of Dark Orchid #A41BBF
Tints of Dark Orchid #A41BBF
RGB
CMYK
RGB Variations
Color information
#A41BBF (or 0xA41BBF) is known color: Dark Orchid. HEX triplet: A4, 1B and BF. RGB value is (164,27,191). Sum of RGB (Red+Green+Blue) = 164+27+191=382 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.93% from 382); Green value is 27 (10.94% from 255 or 7.07% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #A41BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBF is #5BE440. Grayscale: #565656. Windows color (decimal): -6022209 or 12524452. OLE color: 12524452.
HSL color Cylindrical-coordinate representation of color #A41BBF: hue angle of 290.12º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41BBF is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 164 | 27 | 191 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.25 |
| HSL | 290.12º | 0.75% | 0.43% | - |
| HSV(B) | 290.12º | 0.86% | 0.75% | - |
| XYZ | 25.11 | 12.44 | 50.37 | - |
| YUV | 86.66 | 186.89 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 191 | 0.14 | 0.86 | 0 | 0.25 | 290.12 | 0.75 | 0.43 |
| Hex | A4 | 1B | BF | E | 56 | 0 | 19 | 122 | 4B | 2B |
| Octal | 244 | 33 | 277 | 16 | 126 | 0 | 31 | 442 | 113 | 53 |
| Binary | 10100100 | 11011 | 10111111 | 1110 | 1010110 | 0 | 11001 | 100100010 | 1001011 | 101011 |
Color Harmonies of #A41BBF
Complementary color
Monochromatic Colors of #A41BBF
Black with #A41BBF
Text Example
Text Example
White with #A41BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BBF; }
p { color: rgb(164,27,191); }
H1.HeaderClassName
{
color: #A41BBF;
}
.AnyTagClassName
{
color: #A41BBF;
}
</style>
background-color css
<style>
a { background-color: #A41BBF; }
a { background-color: rgb(164,27,191); }
div.DivClassName
{
background-color: #A41BBF;
}
.BgClassName
{
background-color: #A41BBF;
}
</style>
border-color css
<style>
span { border-color: #A41BBF; }
span { border-color: rgb(164,27,191); }
td.TdClassName
{
border-color: #A41BBF;
}
.TagClassName
{
border-color: #A41BBF;
}
</style>