Shades of Dark Purple #A41C92
Tints of Dark Purple #A41C92
RGB
CMYK
RGB Variations
Color information
#A41C92 (or 0xA41C92) is known color: Dark Purple. HEX triplet: A4, 1C and 92. RGB value is (164,28,146). Sum of RGB (Red+Green+Blue) = 164+28+146=338 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.52% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41C92 is #5BE36D. Grayscale: #515151. Windows color (decimal): -6021998 or 9575588. OLE color: 9575588.
HSL color Cylindrical-coordinate representation of color #A41C92: hue angle of 307.94º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C92 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 146 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.36 |
| HSL | 307.94º | 0.71% | 0.38% | - |
| HSV(B) | 307.94º | 0.83% | 0.64% | - |
| XYZ | 20.91 | 10.8 | 28.18 | - |
| YUV | 82.12 | 164.06 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 146 | 0 | 0.83 | 0.11 | 0.36 | 307.94 | 0.71 | 0.38 |
| Hex | A4 | 1C | 92 | 0 | 53 | B | 24 | 134 | 47 | 26 |
| Octal | 244 | 34 | 222 | 0 | 123 | 13 | 44 | 464 | 107 | 46 |
| Binary | 10100100 | 11100 | 10010010 | 0 | 1010011 | 1011 | 100100 | 100110100 | 1000111 | 100110 |
Color Harmonies of #A41C92
Complementary color
Monochromatic Colors of #A41C92
Black with #A41C92
Text Example
Text Example
White with #A41C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C92; }
p { color: rgb(164,28,146); }
H1.HeaderClassName
{
color: #A41C92;
}
.AnyTagClassName
{
color: #A41C92;
}
</style>
background-color css
<style>
a { background-color: #A41C92; }
a { background-color: rgb(164,28,146); }
div.DivClassName
{
background-color: #A41C92;
}
.BgClassName
{
background-color: #A41C92;
}
</style>
border-color css
<style>
span { border-color: #A41C92; }
span { border-color: rgb(164,28,146); }
td.TdClassName
{
border-color: #A41C92;
}
.TagClassName
{
border-color: #A41C92;
}
</style>