#A3189D

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

Shades of Dark Magenta #A3189D

Tints of Dark Magenta #A3189D

Color information

#A3189D (or 0xA3189D) is unknown color: approx Dark Magenta. HEX triplet: A3, 18 and 9D. RGB value is (163,24,157). Sum of RGB (Red+Green+Blue) = 163+24+157=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 24 (9.77% from 255 or 6.98% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3189D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3189D is #5CE762. Grayscale: #505050. Windows color (decimal): -6088547 or 10295459. OLE color: 10295459.

HSL color Cylindrical-coordinate representation of color #A3189D: hue angle of 302.59º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A3189D is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16324157-
CMYK00.850.040.36
HSL302.59º74.33%36.67%-
HSV(B)302.59º85.28%63.92%-
XYZ21.5210.8732.86-
YUV80.72171.05186.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 24 (9.77% from 255) = 6.98%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=47.38%
G=6.98%
B=45.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632415700.850.040.36302.5974.3336.67
HexA3189D05542412f4a25
Octal24330235012544445711245
Binary101000111100010011101010101011001001001001011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3189D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3189D; }

 p { color: rgb(163,24,157); }

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

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

 a { background-color: rgb(163,24,157); }

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

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

 span { border-color: rgb(163,24,157); }

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