Shades of Dark Orchid #A41BB5
Tints of Dark Orchid #A41BB5
RGB
CMYK
RGB Variations
Color information
#A41BB5 (or 0xA41BB5) is known color: Dark Orchid. HEX triplet: A4, 1B and B5. RGB value is (164,27,181). Sum of RGB (Red+Green+Blue) = 164+27+181=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 27 (10.94% from 255 or 7.26% from 372); Blue value is 181 (71.09% from 255 or 48.66% from 372); Max value from RGB is 181 - color contains mainly: blue. Hex color #A41BB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BB5 is #5BE44A. Grayscale: #555555. Windows color (decimal): -6022219 or 11869092. OLE color: 11869092.
HSL color Cylindrical-coordinate representation of color #A41BB5: hue angle of 293.38º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41BB5 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 164 | 27 | 181 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.29 |
| HSL | 293.38º | 0.74% | 0.41% | - |
| HSV(B) | 293.38º | 0.85% | 0.71% | - |
| XYZ | 24.04 | 12.01 | 44.77 | - |
| YUV | 85.52 | 181.89 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 181 | 0.09 | 0.85 | 0 | 0.29 | 293.38 | 0.74 | 0.41 |
| Hex | A4 | 1B | B5 | 9 | 55 | 0 | 1D | 125 | 4A | 29 |
| Octal | 244 | 33 | 265 | 11 | 125 | 0 | 35 | 445 | 112 | 51 |
| Binary | 10100100 | 11011 | 10110101 | 1001 | 1010101 | 0 | 11101 | 100100101 | 1001010 | 101001 |
Color Harmonies of #A41BB5
Complementary color
Monochromatic Colors of #A41BB5
Black with #A41BB5
Text Example
Text Example
White with #A41BB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BB5; }
p { color: rgb(164,27,181); }
H1.HeaderClassName
{
color: #A41BB5;
}
.AnyTagClassName
{
color: #A41BB5;
}
</style>
background-color css
<style>
a { background-color: #A41BB5; }
a { background-color: rgb(164,27,181); }
div.DivClassName
{
background-color: #A41BB5;
}
.BgClassName
{
background-color: #A41BB5;
}
</style>
border-color css
<style>
span { border-color: #A41BB5; }
span { border-color: rgb(164,27,181); }
td.TdClassName
{
border-color: #A41BB5;
}
.TagClassName
{
border-color: #A41BB5;
}
</style>