#A5179C

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

Shades of Dark Magenta #A5179C

Tints of Dark Magenta #A5179C

Color information

#A5179C (or 0xA5179C) is unknown color: approx Dark Magenta. HEX triplet: A5, 17 and 9C. RGB value is (165,23,156). Sum of RGB (Red+Green+Blue) = 165+23+156=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 23 (9.38% from 255 or 6.69% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5179C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5179C is #5AE863. Grayscale: #505050. Windows color (decimal): -5957732 or 10229669. OLE color: 10229669.

HSL color Cylindrical-coordinate representation of color #A5179C: hue angle of 303.8º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A5179C is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16523156-
CMYK00.860.050.35
HSL303.8º75.53%36.86%-
HSV(B)303.8º86.06%64.71%-
XYZ21.8211.0132.43-
YUV80.62170.54188.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 23 (9.38% from 255) = 6.69%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=47.97%
G=6.69%
B=45.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652315600.860.050.35303.875.5336.86
HexA5179C0565231304c25
Octal24527234012654346011445
Binary101001011011110011100010101101011000111001100001001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5179C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5179C; }

 p { color: rgb(165,23,156); }

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

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

 a { background-color: rgb(165,23,156); }

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

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

 span { border-color: rgb(165,23,156); }

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