#A50492

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

Shades of Dark Magenta #A50492

Tints of Dark Magenta #A50492

Color information

#A50492 (or 0xA50492) is unknown color: approx Dark Magenta. HEX triplet: A5, 04 and 92. RGB value is (165,4,146). Sum of RGB (Red+Green+Blue) = 165+4+146=315 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.38% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 165 - color contains mainly: red. Hex color #A50492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50492 is #5AFB6D. Grayscale: #434343. Windows color (decimal): -5962606 or 9569445. OLE color: 9569445.

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

Color convert

RGB1654146-
CMYK00.980.120.35
HSL307.08º95.27%33.14%-
HSV(B)307.08º97.58%64.71%-
XYZ20.7510.1628.06-
YUV68.33171.84196.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.38%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=52.38%
G=1.27%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165414600.980.120.35307.0895.2733.14
HexA5492062C231335f21
Octal24542220142144346313741
Binary10100101100100100100110001011001000111001100111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50492; }

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

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

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

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

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

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

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

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