Shades of Dark Orchid #A41BAC
Tints of Dark Orchid #A41BAC
RGB
CMYK
RGB Variations
Color information
#A41BAC (or 0xA41BAC) is known color: Dark Orchid. HEX triplet: A4, 1B and AC. RGB value is (164,27,172). Sum of RGB (Red+Green+Blue) = 164+27+172=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41BAC is #5BE453. Grayscale: #545454. Windows color (decimal): -6022228 or 11279268. OLE color: 11279268.
HSL color Cylindrical-coordinate representation of color #A41BAC: hue angle of 296.69º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41BAC is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 27 | 172 | - |
| CMYK | 0.05 | 0.84 | 0 | 0.33 |
| HSL | 296.69º | 0.73% | 0.39% | - |
| HSV(B) | 296.69º | 0.84% | 0.67% | - |
| XYZ | 23.15 | 11.65 | 40.06 | - |
| YUV | 84.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 172 | 0.05 | 0.84 | 0 | 0.33 | 296.69 | 0.73 | 0.39 |
| Hex | A4 | 1B | AC | 5 | 54 | 0 | 21 | 129 | 49 | 27 |
| Octal | 244 | 33 | 254 | 5 | 124 | 0 | 41 | 451 | 111 | 47 |
| Binary | 10100100 | 11011 | 10101100 | 101 | 1010100 | 0 | 100001 | 100101001 | 1001001 | 100111 |
Color Harmonies of #A41BAC
Complementary color
Monochromatic Colors of #A41BAC
Black with #A41BAC
Text Example
Text Example
White with #A41BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41BAC; }
p { color: rgb(164,27,172); }
H1.HeaderClassName
{
color: #A41BAC;
}
.AnyTagClassName
{
color: #A41BAC;
}
</style>
background-color css
<style>
a { background-color: #A41BAC; }
a { background-color: rgb(164,27,172); }
div.DivClassName
{
background-color: #A41BAC;
}
.BgClassName
{
background-color: #A41BAC;
}
</style>
border-color css
<style>
span { border-color: #A41BAC; }
span { border-color: rgb(164,27,172); }
td.TdClassName
{
border-color: #A41BAC;
}
.TagClassName
{
border-color: #A41BAC;
}
</style>