#A5189D

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

Shades of Dark Magenta #A5189D

Tints of Dark Magenta #A5189D

Color information

#A5189D (or 0xA5189D) is unknown color: approx Dark Magenta. HEX triplet: A5, 18 and 9D. RGB value is (165,24,157). Sum of RGB (Red+Green+Blue) = 165+24+157=346 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.69% from 346); Green value is 24 (9.77% from 255 or 6.94% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 165 - color contains mainly: red. Hex color #A5189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5189D is #5AE762. Grayscale: #505050. Windows color (decimal): -5957475 or 10295461. OLE color: 10295461.

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

Color convert

RGB16524157-
CMYK00.850.050.35
HSL303.4º74.6%37.06%-
HSV(B)303.4º85.45%64.71%-
XYZ21.9311.0932.88-
YUV81.32170.71187.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.69%
GREEN value IS 24 (9.77% from 255) = 6.94%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=47.69%
G=6.94%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652415700.850.050.35303.474.637.06
HexA5189D05552312f4b25
Octal24530235012554345711345
Binary101001011100010011101010101011011000111001011111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5189D; }

 p { color: rgb(165,24,157); }

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

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

 a { background-color: rgb(165,24,157); }

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

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

 span { border-color: rgb(165,24,157); }

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