#a5189b

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

Shades of Dark Magenta #A5189B

Tints of Dark Magenta #A5189B

Color information

#A5189B (or 0xA5189B) is unknown color: approx Dark Magenta. HEX triplet: A5, 18 and 9B. RGB value is (165,24,155). Sum of RGB (Red+Green+Blue) = 165+24+155=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5189B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A5189B is #5AE764. Grayscale: #505050. Windows color (decimal): -5957477 or 10164389. OLE color: 10164389.

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

Color convert

RGB16524155-
CMYK00.850.060.35
HSL304.26º74.6%37.06%-
HSV(B)304.26º85.45%64.71%-
XYZ21.7611.0231.99-
YUV81.09169.71187.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 47.97%
GREEN value IS 24 (9.77% from 255) = 6.98%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=47.97%
G=6.98%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1652415500.850.060.35304.2674.637.06
HexA5189B0556231304b25
Octal24530233012564346011345
Binary101001011100010011011010101011101000111001100001001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5189b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5189b; }

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

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

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

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

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

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

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

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