#A30499

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

Shades of Dark Magenta #A30499

Tints of Dark Magenta #A30499

Color information

#A30499 (or 0xA30499) is unknown color: approx Dark Magenta. HEX triplet: A3, 04 and 99. RGB value is (163,4,153). Sum of RGB (Red+Green+Blue) = 163+4+153=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 4 (1.95% from 255 or 1.25% from 320); Blue value is 153 (60.16% from 255 or 47.81% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A30499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30499 is #5CFB66. Grayscale: #444444. Windows color (decimal): -6093671 or 10028195. OLE color: 10028195.

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

Color convert

RGB1634153-
CMYK00.980.060.36
HSL303.77º95.21%32.75%-
HSV(B)303.77º97.55%63.92%-
XYZ20.910.1731-
YUV68.53175.68195.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 4 (1.95% from 255) = 1.25%
BLUE value IS 153 (60.16% from 255) = 47.81%
R=50.94%
G=1.25%
B=47.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163415300.980.060.36303.7795.2132.75
HexA34990626241305f21
Octal2434231014264446013741
Binary1010001110010011001011000101101001001001100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30499; }

 p { color: rgb(163,4,153); }

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

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

 a { background-color: rgb(163,4,153); }

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

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

 span { border-color: rgb(163,4,153); }

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