Html Css Color HEX #A3119D Dark Magenta

📋 copy color: '#A3119D'

red 163 ◦ green 17 ◦ blue 157

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

Shades of Dark Magenta #A3119D

Tints of Dark Magenta #A3119D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.59%

R = 48.37%
G = 5.04%
B = 46.59%

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

#A3119D (or 0xA3119D) is known color: Dark Magenta. HEX triplet: A3, 11 and 9D. RGB value is (163,17,157). Sum of RGB (Red+Green+Blue) = 163+17+157=337 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.37% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 157 (61.72% from 255 or 46.59% from 337); Max value from RGB is 163 - color contains mainly: red. Hex color #A3119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3119D is #5CEE62. Grayscale: #4C4C4C. Windows color (decimal): -6090339 or 10293667. OLE color: 10293667.

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

Color convert

RGB 163 17 157 -
CMYK 0 0.90 0.04 0.36
HSL 302.47º 0.81% 0.35% -
HSV(B) 302.47º 0.9% 0.64% -
XYZ 21.39 10.62 32.82 -
YUV 76.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 163 17 157 0 0.90 0.04 0.36 302.47 0.81 0.35
Hex A3 11 9D 0 5A 4 24 12E 51 23
Octal 243 21 235 0 132 4 44 456 121 43
Binary 10100011 10001 10011101 0 1011010 100 100100 100101110 1010001 100011

Color Harmonies of #A3119D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3119D

Black with #A3119D

Text Example


Text Example

White with #A3119D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3119D; }

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

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

background-color css

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

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

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

border-color css

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

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

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