#A3189C

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

Shades of Dark Magenta #A3189C

Tints of Dark Magenta #A3189C

Color information

#A3189C (or 0xA3189C) is unknown color: approx Dark Magenta. HEX triplet: A3, 18 and 9C. RGB value is (163,24,156). Sum of RGB (Red+Green+Blue) = 163+24+156=343 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.52% from 343); Green value is 24 (9.77% from 255 or 7.00% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 163 - color contains mainly: red. Hex color #A3189C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3189C is #5CE763. Grayscale: #505050. Windows color (decimal): -6088548 or 10229923. OLE color: 10229923.

HSL color Cylindrical-coordinate representation of color #A3189C: hue angle of 303.02º 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 #A3189C is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16324156-
CMYK00.850.040.36
HSL303.02º74.33%36.67%-
HSV(B)303.02º85.28%63.92%-
XYZ21.4310.8432.42-
YUV80.61170.55186.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.52%
GREEN value IS 24 (9.77% from 255) = 7.00%
BLUE value IS 156 (61.33% from 255) = 45.48%
R=47.52%
G=7.00%
B=45.48%

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
Decimal1632415600.850.040.36303.0274.3336.67
HexA3189C05542412f4a25
Octal24330234012544445711245
Binary101000111100010011100010101011001001001001011111001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3189C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3189C; }

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

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

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

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

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

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

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

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