Shades of Dark Orchid #A41AAE
Tints of Dark Orchid #A41AAE
RGB
CMYK
RGB Variations
Color information
#A41AAE (or 0xA41AAE) is known color: Dark Orchid. HEX triplet: A4, 1A and AE. RGB value is (164,26,174). Sum of RGB (Red+Green+Blue) = 164+26+174=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 174 (68.36% from 255 or 47.80% from 364); Max value from RGB is 174 - color contains mainly: blue. Hex color #A41AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41AAE is #5BE551. Grayscale: #535353. Windows color (decimal): -6022482 or 11410084. OLE color: 11410084.
HSL color Cylindrical-coordinate representation of color #A41AAE: hue angle of 295.95º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41AAE is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 26 | 174 | - |
| CMYK | 0.06 | 0.85 | 0 | 0.32 |
| HSL | 295.95º | 0.74% | 0.39% | - |
| HSV(B) | 295.95º | 0.85% | 0.68% | - |
| XYZ | 23.32 | 11.69 | 41.07 | - |
| YUV | 84.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 26 | 174 | 0.06 | 0.85 | 0 | 0.32 | 295.95 | 0.74 | 0.39 |
| Hex | A4 | 1A | AE | 6 | 55 | 0 | 20 | 128 | 4A | 27 |
| Octal | 244 | 32 | 256 | 6 | 125 | 0 | 40 | 450 | 112 | 47 |
| Binary | 10100100 | 11010 | 10101110 | 110 | 1010101 | 0 | 100000 | 100101000 | 1001010 | 100111 |
Color Harmonies of #A41AAE
Complementary color
Monochromatic Colors of #A41AAE
Black with #A41AAE
Text Example
Text Example
White with #A41AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41AAE; }
p { color: rgb(164,26,174); }
H1.HeaderClassName
{
color: #A41AAE;
}
.AnyTagClassName
{
color: #A41AAE;
}
</style>
background-color css
<style>
a { background-color: #A41AAE; }
a { background-color: rgb(164,26,174); }
div.DivClassName
{
background-color: #A41AAE;
}
.BgClassName
{
background-color: #A41AAE;
}
</style>
border-color css
<style>
span { border-color: #A41AAE; }
span { border-color: rgb(164,26,174); }
td.TdClassName
{
border-color: #A41AAE;
}
.TagClassName
{
border-color: #A41AAE;
}
</style>