#A50484

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

Shades of Dark Magenta #A50484

Tints of Dark Magenta #A50484

Color information

#A50484 (or 0xA50484) is unknown color: approx Dark Magenta. HEX triplet: A5, 04 and 84. RGB value is (165,4,132). Sum of RGB (Red+Green+Blue) = 165+4+132=301 (39% of max value = 765). Red value is 165 (64.84% from 255 or 54.82% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 132 (51.95% from 255 or 43.85% from 301); Max value from RGB is 165 - color contains mainly: red. Hex color #A50484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50484 is #5AFB7B. Grayscale: #424242. Windows color (decimal): -5962620 or 8651941. OLE color: 8651941.

HSL color Cylindrical-coordinate representation of color #A50484: hue angle of 312.3º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A50484 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB1654132-
CMYK00.980.200.35
HSL312.3º95.27%33.14%-
HSV(B)312.3º97.58%64.71%-
XYZ19.739.7522.67-
YUV66.73164.84198.09-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 54.82%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 132 (51.95% from 255) = 43.85%
R=54.82%
G=1.33%
B=43.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.20
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165413200.980.200.35312.395.2733.14
HexA548406214231385f21
Octal24542040142244347013741
Binary101001011001000010001100010101001000111001110001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50484; }

 p { color: rgb(165,4,132); }

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

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

 a { background-color: rgb(165,4,132); }

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

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

 span { border-color: rgb(165,4,132); }

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