#A51094

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

Shades of Dark Magenta #A51094

Tints of Dark Magenta #A51094

Color information

#A51094 (or 0xA51094) is unknown color: approx Dark Magenta. HEX triplet: A5, 10 and 94. RGB value is (165,16,148). Sum of RGB (Red+Green+Blue) = 165+16+148=329 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.15% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 165 - color contains mainly: red. Hex color #A51094 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51094 is #5AEF6B. Grayscale: #4B4B4B. Windows color (decimal): -5959532 or 9703589. OLE color: 9703589.

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

Color convert

RGB16516148-
CMYK00.900.100.35
HSL306.85º82.32%35.49%-
HSV(B)306.85º90.3%64.71%-
XYZ21.0510.5128.94-
YUV75.6168.86191.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50.15%
GREEN value IS 16 (6.64% from 255) = 4.86%
BLUE value IS 148 (58.20% from 255) = 44.98%
R=50.15%
G=4.86%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651614800.900.100.35306.8582.3235.49
HexA5109405AA231335223
Octal245202240132124346312243
Binary1010010110000100101000101101010101000111001100111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51094; }

 p { color: rgb(165,16,148); }

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

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

 a { background-color: rgb(165,16,148); }

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

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

 span { border-color: rgb(165,16,148); }

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