#A30387

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

Shades of Dark Magenta #A30387

Tints of Dark Magenta #A30387

Color information

#A30387 (or 0xA30387) is unknown color: approx Dark Magenta. HEX triplet: A3, 03 and 87. RGB value is (163,3,135). Sum of RGB (Red+Green+Blue) = 163+3+135=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A30387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30387 is #5CFC78. Grayscale: #414141. Windows color (decimal): -6093945 or 8848291. OLE color: 8848291.

HSL color Cylindrical-coordinate representation of color #A30387: hue angle of 310.5º degrees, saturation: 0.96, 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 #A30387 is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB1633135-
CMYK00.980.170.36
HSL310.5º96.39%32.55%-
HSV(B)310.5º98.16%63.92%-
XYZ19.519.623.75-
YUV65.89167.01197.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 54.15%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=54.15%
G=1.00%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163313500.980.170.36310.596.3932.55
HexA338706211241366021
Octal24332070142214446614041
Binary10100011111000011101100010100011001001001101101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30387; }

 p { color: rgb(163,3,135); }

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

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

 a { background-color: rgb(163,3,135); }

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

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

 span { border-color: rgb(163,3,135); }

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