#A20394

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

Shades of Dark Magenta #A20394

Tints of Dark Magenta #A20394

Color information

#A20394 (or 0xA20394) is unknown color: approx Dark Magenta. HEX triplet: A2, 03 and 94. RGB value is (162,3,148). Sum of RGB (Red+Green+Blue) = 162+3+148=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 3 (1.56% from 255 or 0.96% from 313); Blue value is 148 (58.20% from 255 or 47.28% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A20394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20394 is #5DFC6B. Grayscale: #424242. Windows color (decimal): -6159468 or 9700258. OLE color: 9700258.

HSL color Cylindrical-coordinate representation of color #A20394: hue angle of 305.28º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20394 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB1623148-
CMYK00.980.090.36
HSL305.28º96.36%32.35%-
HSV(B)305.28º98.15%63.53%-
XYZ20.289.8828.86-
YUV67.07173.68195.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 51.76%
GREEN value IS 3 (1.56% from 255) = 0.96%
BLUE value IS 148 (58.20% from 255) = 47.28%
R=51.76%
G=0.96%
B=47.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162314800.980.090.36305.2896.3632.35
HexA23940629241316020
Octal24232240142114446114040
Binary1010001011100101000110001010011001001001100011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20394; }

 p { color: rgb(162,3,148); }

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

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

 a { background-color: rgb(162,3,148); }

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

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

 span { border-color: rgb(162,3,148); }

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