#A51095

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

Shades of Dark Magenta #A51095

Tints of Dark Magenta #A51095

Color information

#A51095 (or 0xA51095) is unknown color: approx Dark Magenta. HEX triplet: A5, 10 and 95. RGB value is (165,16,149). Sum of RGB (Red+Green+Blue) = 165+16+149=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A51095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A51095 is #5AEF6A. Grayscale: #4B4B4B. Windows color (decimal): -5959531 or 9769125. OLE color: 9769125.

HSL color Cylindrical-coordinate representation of color #A51095: hue angle of 306.44º 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 #A51095 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16516149-
CMYK00.900.100.35
HSL306.44º82.32%35.49%-
HSV(B)306.44º90.3%64.71%-
XYZ21.1310.5429.35-
YUV75.71169.36191.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 4.85%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=50%
G=4.85%
B=45.15%

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
Decimal1651614900.900.100.35306.4482.3235.49
HexA5109505AA231325223
Octal245202250132124346212243
Binary1010010110000100101010101101010101000111001100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51095; }

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

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

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

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

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

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

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

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