Shades of Dark Orchid #A41BE1
Tints of Dark Orchid #A41BE1
RGB
CMYK
RGB Variations
Color information
#A41BE1 (or 0xA41BE1) is known color: Dark Orchid. HEX triplet: A4, 1B and E1. RGB value is (164,27,225). Sum of RGB (Red+Green+Blue) = 164+27+225=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 27 (10.94% from 255 or 6.49% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #A41BE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BE1 is #5BE41E. Grayscale: #595959. Windows color (decimal): -6022175 or 14752676. OLE color: 14752676.
HSL color Cylindrical-coordinate representation of color #A41BE1: hue angle of 281.52º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41BE1 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 27 | 225 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.12 |
| HSL | 281.52º | 0.79% | 0.49% | - |
| HSV(B) | 281.52º | 0.88% | 0.88% | - |
| XYZ | 29.29 | 14.11 | 72.41 | - |
| YUV | 90.54 | 203.89 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 225 | 0.27 | 0.88 | 0 | 0.12 | 281.52 | 0.79 | 0.49 |
| Hex | A4 | 1B | E1 | 1B | 58 | 0 | C | 11A | 4F | 31 |
| Octal | 244 | 33 | 341 | 33 | 130 | 0 | 14 | 432 | 117 | 61 |
| Binary | 10100100 | 11011 | 11100001 | 11011 | 1011000 | 0 | 1100 | 100011010 | 1001111 | 110001 |
Color Harmonies of #A41BE1
Complementary color
Monochromatic Colors of #A41BE1
Black with #A41BE1
Text Example
Text Example
White with #A41BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BE1; }
p { color: rgb(164,27,225); }
H1.HeaderClassName
{
color: #A41BE1;
}
.AnyTagClassName
{
color: #A41BE1;
}
</style>
background-color css
<style>
a { background-color: #A41BE1; }
a { background-color: rgb(164,27,225); }
div.DivClassName
{
background-color: #A41BE1;
}
.BgClassName
{
background-color: #A41BE1;
}
</style>
border-color css
<style>
span { border-color: #A41BE1; }
span { border-color: rgb(164,27,225); }
td.TdClassName
{
border-color: #A41BE1;
}
.TagClassName
{
border-color: #A41BE1;
}
</style>