Html Css Color HEX #A3119C Dark Magenta

📋 copy color: '#A3119C'

red 163 ◦ green 17 ◦ blue 156

#A3119C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #A3119C

Tints of Dark Magenta #A3119C

RGB

 RED value IS 163 (64.06% from 255) = 48.51%

 GREEN value IS 17 (7.03% from 255) = 5.06%

 BLUE value IS 156 (61.33% from 255) = 46.43%

R = 48.51%
G = 5.06%
B = 46.43%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#A3119C (or 0xA3119C) is known color: Dark Magenta. HEX triplet: A3, 11 and 9C. RGB value is (163,17,156). Sum of RGB (Red+Green+Blue) = 163+17+156=336 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.51% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 156 (61.33% from 255 or 46.43% from 336); Max value from RGB is 163 - color contains mainly: red. Hex color #A3119C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3119C is #5CEE63. Grayscale: #4C4C4C. Windows color (decimal): -6090340 or 10228131. OLE color: 10228131.

HSL color Cylindrical-coordinate representation of color #A3119C: hue angle of 302.88º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A3119C is Cyan = 0, Magento = 0.90, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 17 156 -
CMYK 0 0.90 0.04 0.36
HSL 302.88º 0.81% 0.35% -
HSV(B) 302.88º 0.9% 0.64% -
XYZ 21.31 10.59 32.37 -
YUV 76.5 172.87 189.7 -
System Red Green Blue C M Y K H S L
Decimal 163 17 156 0 0.90 0.04 0.36 302.88 0.81 0.35
Hex A3 11 9C 0 5A 4 24 12F 51 23
Octal 243 21 234 0 132 4 44 457 121 43
Binary 10100011 10001 10011100 0 1011010 100 100100 100101111 1010001 100011

Color Harmonies of #A3119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3119C

Black with #A3119C

Text Example


Text Example

White with #A3119C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3119C; }

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

 H1.HeaderClassName
 {
   color: #A3119C;
 }
 .AnyTagClassName
 {
   color: #A3119C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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