#A50092

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

Shades of Dark Magenta #A50092

Tints of Dark Magenta #A50092

Color information

#A50092 (or 0xA50092) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 92. RGB value is (165,0,146). Sum of RGB (Red+Green+Blue) = 165+0+146=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 146 (57.42% from 255 or 46.95% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A50092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50092 is #5AFF6D. Grayscale: #414141. Windows color (decimal): -5963630 or 9568421. OLE color: 9568421.

HSL color Cylindrical-coordinate representation of color #A50092: hue angle of 306.91º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A50092 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.35.

Color convert

RGB1650146-
CMYK010.120.35
HSL306.91º100%32.35%-
HSV(B)306.91º100%64.71%-
XYZ20.7110.0728.05-
YUV65.98173.16198.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 53.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 46.95%
R=53.05%
G=0%
B=46.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650146010.120.35306.9110032.35
HexA5092064C231336420
Octal24502220144144346314440
Binary101001010100100100110010011001000111001100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50092; }

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

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

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

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

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

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

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

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