Html Css Color HEX #A31490 Dark Magenta

📋 copy color: '#A31490'

red 163 ◦ green 20 ◦ blue 144

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

Shades of Dark Magenta #A31490

Tints of Dark Magenta #A31490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.12%

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

R = 49.85%
G = 6.12%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A31490 (or 0xA31490) is known color: Dark Magenta. HEX triplet: A3, 14 and 90. RGB value is (163,20,144). Sum of RGB (Red+Green+Blue) = 163+20+144=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A31490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31490 is #5CEB6F. Grayscale: #4C4C4C. Windows color (decimal): -6089584 or 9442467. OLE color: 9442467.

HSL color Cylindrical-coordinate representation of color #A31490: hue angle of 307.97º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A31490 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 20 144 -
CMYK 0 0.88 0.12 0.36
HSL 307.97º 0.78% 0.36% -
HSV(B) 307.97º 0.88% 0.64% -
XYZ 20.39 10.3 27.3 -
YUV 76.89 165.88 189.42 -
System Red Green Blue C M Y K H S L
Decimal 163 20 144 0 0.88 0.12 0.36 307.97 0.78 0.36
Hex A3 14 90 0 58 C 24 134 4E 24
Octal 243 24 220 0 130 14 44 464 116 44
Binary 10100011 10100 10010000 0 1011000 1100 100100 100110100 1001110 100100

Color Harmonies of #A31490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31490

Black with #A31490

Text Example


Text Example

White with #A31490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31490; }

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

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

background-color css

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

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

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

border-color css

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

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

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