Html Css Color HEX #A31790 Dark Magenta

📋 copy color: '#A31790'

red 163 ◦ green 23 ◦ blue 144

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

Shades of Dark Magenta #A31790

Tints of Dark Magenta #A31790

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.97%

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

R = 49.39%
G = 6.97%
B = 43.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#A31790 (or 0xA31790) is known color: Dark Magenta. HEX triplet: A3, 17 and 90. RGB value is (163,23,144). Sum of RGB (Red+Green+Blue) = 163+23+144=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A31790 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31790 is #5CE86F. Grayscale: #4E4E4E. Windows color (decimal): -6088816 or 9443235. OLE color: 9443235.

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

Color convert

RGB 163 23 144 -
CMYK 0 0.86 0.12 0.36
HSL 308.14º 0.75% 0.36% -
HSV(B) 308.14º 0.86% 0.64% -
XYZ 20.44 10.41 27.32 -
YUV 78.65 164.88 188.16 -
System Red Green Blue C M Y K H S L
Decimal 163 23 144 0 0.86 0.12 0.36 308.14 0.75 0.36
Hex A3 17 90 0 56 C 24 134 4B 24
Octal 243 27 220 0 126 14 44 464 113 44
Binary 10100011 10111 10010000 0 1010110 1100 100100 100110100 1001011 100100

Color Harmonies of #A31790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31790

Black with #A31790

Text Example


Text Example

White with #A31790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31790; }

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

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

background-color css

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

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

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

border-color css

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

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

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