Shades of Dark Orchid #A41AB0
Tints of Dark Orchid #A41AB0
RGB
CMYK
RGB Variations
Color information
#A41AB0 (or 0xA41AB0) is known color: Dark Orchid. HEX triplet: A4, 1A and B0. RGB value is (164,26,176). Sum of RGB (Red+Green+Blue) = 164+26+176=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 176 (69.14% from 255 or 48.09% from 366); Max value from RGB is 176 - color contains mainly: blue. Hex color #A41AB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AB0 is #5BE54F. Grayscale: #535353. Windows color (decimal): -6022480 or 11541156. OLE color: 11541156.
HSL color Cylindrical-coordinate representation of color #A41AB0: hue angle of 295.2º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AB0 is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 164 | 26 | 176 | - |
| CMYK | 0.07 | 0.85 | 0 | 0.31 |
| HSL | 295.2º | 0.74% | 0.4% | - |
| HSV(B) | 295.2º | 0.85% | 0.69% | - |
| XYZ | 23.52 | 11.77 | 42.11 | - |
| YUV | 84.36 | 179.72 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 176 | 0.07 | 0.85 | 0 | 0.31 | 295.2 | 0.74 | 0.4 |
| Hex | A4 | 1A | B0 | 7 | 55 | 0 | 1F | 127 | 4A | 28 |
| Octal | 244 | 32 | 260 | 7 | 125 | 0 | 37 | 447 | 112 | 50 |
| Binary | 10100100 | 11010 | 10110000 | 111 | 1010101 | 0 | 11111 | 100100111 | 1001010 | 101000 |
Color Harmonies of #A41AB0
Complementary color
Monochromatic Colors of #A41AB0
Black with #A41AB0
Text Example
Text Example
White with #A41AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AB0; }
p { color: rgb(164,26,176); }
H1.HeaderClassName
{
color: #A41AB0;
}
.AnyTagClassName
{
color: #A41AB0;
}
</style>
background-color css
<style>
a { background-color: #A41AB0; }
a { background-color: rgb(164,26,176); }
div.DivClassName
{
background-color: #A41AB0;
}
.BgClassName
{
background-color: #A41AB0;
}
</style>
border-color css
<style>
span { border-color: #A41AB0; }
span { border-color: rgb(164,26,176); }
td.TdClassName
{
border-color: #A41AB0;
}
.TagClassName
{
border-color: #A41AB0;
}
</style>