Shades of Dark Orchid #A41BBD
Tints of Dark Orchid #A41BBD
RGB
CMYK
RGB Variations
Color information
#A41BBD (or 0xA41BBD) is known color: Dark Orchid. HEX triplet: A4, 1B and BD. RGB value is (164,27,189). Sum of RGB (Red+Green+Blue) = 164+27+189=380 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.16% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #A41BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A41BBD is #5BE442. Grayscale: #555555. Windows color (decimal): -6022211 or 12393380. OLE color: 12393380.
HSL color Cylindrical-coordinate representation of color #A41BBD: hue angle of 290.74º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A41BBD is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 164 | 27 | 189 | - |
| CMYK | 0.13 | 0.86 | 0 | 0.26 |
| HSL | 290.74º | 0.75% | 0.42% | - |
| HSV(B) | 290.74º | 0.86% | 0.74% | - |
| XYZ | 24.89 | 12.35 | 49.22 | - |
| YUV | 86.43 | 185.89 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 189 | 0.13 | 0.86 | 0 | 0.26 | 290.74 | 0.75 | 0.42 |
| Hex | A4 | 1B | BD | D | 56 | 0 | 1A | 123 | 4B | 2A |
| Octal | 244 | 33 | 275 | 15 | 126 | 0 | 32 | 443 | 113 | 52 |
| Binary | 10100100 | 11011 | 10111101 | 1101 | 1010110 | 0 | 11010 | 100100011 | 1001011 | 101010 |
Color Harmonies of #A41BBD
Complementary color
Monochromatic Colors of #A41BBD
Black with #A41BBD
Text Example
Text Example
White with #A41BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BBD; }
p { color: rgb(164,27,189); }
H1.HeaderClassName
{
color: #A41BBD;
}
.AnyTagClassName
{
color: #A41BBD;
}
</style>
background-color css
<style>
a { background-color: #A41BBD; }
a { background-color: rgb(164,27,189); }
div.DivClassName
{
background-color: #A41BBD;
}
.BgClassName
{
background-color: #A41BBD;
}
</style>
border-color css
<style>
span { border-color: #A41BBD; }
span { border-color: rgb(164,27,189); }
td.TdClassName
{
border-color: #A41BBD;
}
.TagClassName
{
border-color: #A41BBD;
}
</style>