#A41092

Color #A41092 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #A41092

Tints of Dark Magenta #A41092

Color information

#A41092 (or 0xA41092) is unknown color: approx Dark Magenta. HEX triplet: A4, 10 and 92. RGB value is (164,16,146). Sum of RGB (Red+Green+Blue) = 164+16+146=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 16 (6.64% from 255 or 4.91% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A41092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41092 is #5BEF6D. Grayscale: #4A4A4A. Windows color (decimal): -6025070 or 9572516. OLE color: 9572516.

HSL color Cylindrical-coordinate representation of color #A41092: hue angle of 307.3º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A41092 is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB16416146-
CMYK00.900.110.36
HSL307.3º82.22%35.29%-
HSV(B)307.3º90.24%64.31%-
XYZ20.6810.3428.1-
YUV75.07168.03191.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 16 (6.64% from 255) = 4.91%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=50.31%
G=4.91%
B=44.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641614600.900.110.36307.382.2235.29
HexA4109205AB241335223
Octal244202220132134446312243
Binary1010010010000100100100101101010111001001001100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41092; }

 p { color: rgb(164,16,146); }

 H1.HeaderClassName
 {
   color: #A41092;
 }
 .AnyTagClassName
 {
   color: #A41092;
 }
</style>
background-color css

<style>
 a { background-color: #A41092; }

 a { background-color: rgb(164,16,146); }

 div.DivClassName
 {
   background-color: #A41092;
 }
 .BgClassName
 {
   background-color: #A41092;
 }
</style>
border-color css

<style>
 span { border-color: #A41092; }

 span { border-color: rgb(164,16,146); }

 td.TdClassName
 {
   border-color: #A41092;
 }
 .TagClassName
 {
   border-color: #A41092;
 }
</style>