#A30095

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

Shades of Dark Magenta #A30095

Tints of Dark Magenta #A30095

Color information

#A30095 (or 0xA30095) is unknown color: approx Dark Magenta. HEX triplet: A3, 00 and 95. RGB value is (163,0,149). Sum of RGB (Red+Green+Blue) = 163+0+149=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 149 (58.59% from 255 or 47.76% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A30095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A30095 is #5CFF6A. Grayscale: #414141. Windows color (decimal): -6094699 or 9765027. OLE color: 9765027.

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

Color convert

RGB1630149-
CMYK010.090.36
HSL305.15º100%31.96%-
HSV(B)305.15º100%63.92%-
XYZ20.539.9629.27-
YUV65.72175197.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 52.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 47.76%
R=52.24%
G=0%
B=47.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1630149010.090.36305.1510031.96
HexA30950649241316420
Octal24302250144114446114440
Binary101000110100101010110010010011001001001100011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30095; }

 p { color: rgb(163,0,149); }

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

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

 a { background-color: rgb(163,0,149); }

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

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

 span { border-color: rgb(163,0,149); }

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