Html Css Color HEX #A31390 Dark Magenta

📋 copy color: '#A31390'

red 163 ◦ green 19 ◦ blue 144

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

Shades of Dark Magenta #A31390

Tints of Dark Magenta #A31390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 50%
G = 5.83%
B = 44.17%

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

#A31390 (or 0xA31390) is known color: Dark Magenta. HEX triplet: A3, 13 and 90. RGB value is (163,19,144). Sum of RGB (Red+Green+Blue) = 163+19+144=326 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 163 - color contains mainly: red. Hex color #A31390 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31390 is #5CEC6F. Grayscale: #4B4B4B. Windows color (decimal): -6089840 or 9442211. OLE color: 9442211.

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

Color convert

RGB 163 19 144 -
CMYK 0 0.88 0.12 0.36
HSL 307.92º 0.79% 0.36% -
HSV(B) 307.92º 0.88% 0.64% -
XYZ 20.37 10.27 27.29 -
YUV 76.31 166.21 189.84 -
System Red Green Blue C M Y K H S L
Decimal 163 19 144 0 0.88 0.12 0.36 307.92 0.79 0.36
Hex A3 13 90 0 58 C 24 134 4F 24
Octal 243 23 220 0 130 14 44 464 117 44
Binary 10100011 10011 10010000 0 1011000 1100 100100 100110100 1001111 100100

Color Harmonies of #A31390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31390

Black with #A31390

Text Example


Text Example

White with #A31390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31390; }

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

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

background-color css

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

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

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

border-color css

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

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

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