Html Css Color HEX #A31190 Dark Magenta

📋 copy color: '#A31190'

red 163 ◦ green 17 ◦ blue 144

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

Shades of Dark Magenta #A31190

Tints of Dark Magenta #A31190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 50.31%
G = 5.25%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A31190 (or 0xA31190) is known color: Dark Magenta. HEX triplet: A3, 11 and 90. RGB value is (163,17,144). Sum of RGB (Red+Green+Blue) = 163+17+144=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A31190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31190 is #5CEE6F. Grayscale: #4A4A4A. Windows color (decimal): -6090352 or 9441699. OLE color: 9441699.

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

Color convert

RGB 163 17 144 -
CMYK 0 0.90 0.12 0.36
HSL 307.81º 0.81% 0.35% -
HSV(B) 307.81º 0.9% 0.64% -
XYZ 20.34 10.2 27.28 -
YUV 75.13 166.87 190.67 -
System Red Green Blue C M Y K H S L
Decimal 163 17 144 0 0.90 0.12 0.36 307.81 0.81 0.35
Hex A3 11 90 0 5A C 24 134 51 23
Octal 243 21 220 0 132 14 44 464 121 43
Binary 10100011 10001 10010000 0 1011010 1100 100100 100110100 1010001 100011

Color Harmonies of #A31190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31190

Black with #A31190

Text Example


Text Example

White with #A31190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31190; }

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

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

background-color css

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

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

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

border-color css

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

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

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