Shades of Dark Orchid #A41AAC
Tints of Dark Orchid #A41AAC
RGB
CMYK
RGB Variations
Color information
#A41AAC (or 0xA41AAC) is known color: Dark Orchid. HEX triplet: A4, 1A and AC. RGB value is (164,26,172). Sum of RGB (Red+Green+Blue) = 164+26+172=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #A41AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AAC is #5BE553. Grayscale: #535353. Windows color (decimal): -6022484 or 11279012. OLE color: 11279012.
HSL color Cylindrical-coordinate representation of color #A41AAC: hue angle of 296.71º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AAC is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 164 | 26 | 172 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.33 |
| HSL | 296.71º | 0.74% | 0.39% | - |
| HSV(B) | 296.71º | 0.85% | 0.67% | - |
| XYZ | 23.13 | 11.61 | 40.05 | - |
| YUV | 83.91 | 177.72 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 172 | 0.05 | 0.85 | 0 | 0.33 | 296.71 | 0.74 | 0.39 |
| Hex | A4 | 1A | AC | 5 | 55 | 0 | 21 | 129 | 4A | 27 |
| Octal | 244 | 32 | 254 | 5 | 125 | 0 | 41 | 451 | 112 | 47 |
| Binary | 10100100 | 11010 | 10101100 | 101 | 1010101 | 0 | 100001 | 100101001 | 1001010 | 100111 |
Color Harmonies of #A41AAC
Complementary color
Monochromatic Colors of #A41AAC
Black with #A41AAC
Text Example
Text Example
White with #A41AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AAC; }
p { color: rgb(164,26,172); }
H1.HeaderClassName
{
color: #A41AAC;
}
.AnyTagClassName
{
color: #A41AAC;
}
</style>
background-color css
<style>
a { background-color: #A41AAC; }
a { background-color: rgb(164,26,172); }
div.DivClassName
{
background-color: #A41AAC;
}
.BgClassName
{
background-color: #A41AAC;
}
</style>
border-color css
<style>
span { border-color: #A41AAC; }
span { border-color: rgb(164,26,172); }
td.TdClassName
{
border-color: #A41AAC;
}
.TagClassName
{
border-color: #A41AAC;
}
</style>