#A50093

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

Shades of Dark Magenta #A50093

Tints of Dark Magenta #A50093

Color information

#A50093 (or 0xA50093) is unknown color: approx Dark Magenta. HEX triplet: A5, 00 and 93. RGB value is (165,0,147). Sum of RGB (Red+Green+Blue) = 165+0+147=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A50093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A50093 is #5AFF6C. Grayscale: #414141. Windows color (decimal): -5963629 or 9633957. OLE color: 9633957.

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

Color convert

RGB1650147-
CMYK010.110.35
HSL306.55º100%32.35%-
HSV(B)306.55º100%64.71%-
XYZ20.7810.1128.46-
YUV66.09173.66198.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 52.88%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 47.12%
R=52.88%
G=0%
B=47.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1650147010.110.35306.5510032.35
HexA5093064B231336420
Octal24502230144134346314440
Binary101001010100100110110010010111000111001100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50093; }

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

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

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

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

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

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

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

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