Shades of Dark Orchid #A41BDF
Tints of Dark Orchid #A41BDF
RGB
CMYK
RGB Variations
Color information
#A41BDF (or 0xA41BDF) is known color: Dark Orchid. HEX triplet: A4, 1B and DF. RGB value is (164,27,223). Sum of RGB (Red+Green+Blue) = 164+27+223=414 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.61% from 414); Green value is 27 (10.94% from 255 or 6.52% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #A41BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BDF is #5BE420. Grayscale: #595959. Windows color (decimal): -6022177 or 14621604. OLE color: 14621604.
HSL color Cylindrical-coordinate representation of color #A41BDF: hue angle of 281.94º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41BDF is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 164 | 27 | 223 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.13 |
| HSL | 281.94º | 0.78% | 0.49% | - |
| HSV(B) | 281.94º | 0.88% | 0.87% | - |
| XYZ | 29.02 | 14 | 70.99 | - |
| YUV | 90.31 | 202.89 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 223 | 0.26 | 0.88 | 0 | 0.13 | 281.94 | 0.78 | 0.49 |
| Hex | A4 | 1B | DF | 1A | 58 | 0 | D | 11A | 4E | 31 |
| Octal | 244 | 33 | 337 | 32 | 130 | 0 | 15 | 432 | 116 | 61 |
| Binary | 10100100 | 11011 | 11011111 | 11010 | 1011000 | 0 | 1101 | 100011010 | 1001110 | 110001 |
Color Harmonies of #A41BDF
Complementary color
Monochromatic Colors of #A41BDF
Black with #A41BDF
Text Example
Text Example
White with #A41BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BDF; }
p { color: rgb(164,27,223); }
H1.HeaderClassName
{
color: #A41BDF;
}
.AnyTagClassName
{
color: #A41BDF;
}
</style>
background-color css
<style>
a { background-color: #A41BDF; }
a { background-color: rgb(164,27,223); }
div.DivClassName
{
background-color: #A41BDF;
}
.BgClassName
{
background-color: #A41BDF;
}
</style>
border-color css
<style>
span { border-color: #A41BDF; }
span { border-color: rgb(164,27,223); }
td.TdClassName
{
border-color: #A41BDF;
}
.TagClassName
{
border-color: #A41BDF;
}
</style>