#A80394

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

Shades of Dark Magenta #A80394

Tints of Dark Magenta #A80394

Color information

#A80394 (or 0xA80394) is unknown color: approx Dark Magenta. HEX triplet: A8, 03 and 94. RGB value is (168,3,148). Sum of RGB (Red+Green+Blue) = 168+3+148=319 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.66% from 319); Green value is 3 (1.56% from 255 or 0.94% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 168 - color contains mainly: red. Hex color #A80394 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80394 is #57FC6B. Grayscale: #444444. Windows color (decimal): -5766252 or 9700264. OLE color: 9700264.

HSL color Cylindrical-coordinate representation of color #A80394: hue angle of 307.27º degrees, saturation: 0.96, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80394 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB1683148-
CMYK00.980.120.34
HSL307.27º96.49%33.53%-
HSV(B)307.27º98.21%65.88%-
XYZ21.5310.5328.91-
YUV68.87172.66198.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 52.66%
GREEN value IS 3 (1.56% from 255) = 0.94%
BLUE value IS 148 (58.20% from 255) = 46.39%
R=52.66%
G=0.94%
B=46.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168314800.980.120.34307.2796.4933.53
HexA8394062C221336022
Octal25032240142144246314042
Binary1010100011100101000110001011001000101001100111100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80394; }

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

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

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

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

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

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

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

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