Html Css Color HEX #A3119A Dark Magenta

📋 copy color: '#A3119A'

red 163 ◦ green 17 ◦ blue 154

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

Shades of Dark Magenta #A3119A

Tints of Dark Magenta #A3119A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 46.11%

R = 48.8%
G = 5.09%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A3119A (or 0xA3119A) is known color: Dark Magenta. HEX triplet: A3, 11 and 9A. RGB value is (163,17,154). Sum of RGB (Red+Green+Blue) = 163+17+154=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 154 (60.55% from 255 or 46.11% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A3119A is #5CEE65. Grayscale: #4B4B4B. Windows color (decimal): -6090342 or 10097059. OLE color: 10097059.

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

Color convert

RGB 163 17 154 -
CMYK 0 0.90 0.06 0.36
HSL 303.7º 0.81% 0.35% -
HSV(B) 303.7º 0.9% 0.64% -
XYZ 21.14 10.52 31.49 -
YUV 76.27 171.87 189.86 -
System Red Green Blue C M Y K H S L
Decimal 163 17 154 0 0.90 0.06 0.36 303.7 0.81 0.35
Hex A3 11 9A 0 5A 6 24 130 51 23
Octal 243 21 232 0 132 6 44 460 121 43
Binary 10100011 10001 10011010 0 1011010 110 100100 100110000 1010001 100011

Color Harmonies of #A3119A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3119A

Black with #A3119A

Text Example


Text Example

White with #A3119A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3119A; }

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

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

background-color css

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

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

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

border-color css

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

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

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