Html Css Color HEX #A31793 Dark Magenta

📋 copy color: '#A31793'

red 163 ◦ green 23 ◦ blue 147

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

Shades of Dark Magenta #A31793

Tints of Dark Magenta #A31793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.14%

R = 48.95%
G = 6.91%
B = 44.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31793 (or 0xA31793) is known color: Dark Magenta. HEX triplet: A3, 17 and 93. RGB value is (163,23,147). Sum of RGB (Red+Green+Blue) = 163+23+147=333 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.95% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 163 - color contains mainly: red. Hex color #A31793 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31793 is #5CE86C. Grayscale: #4E4E4E. Windows color (decimal): -6088813 or 9639843. OLE color: 9639843.

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

Color convert

RGB 163 23 147 -
CMYK 0 0.86 0.10 0.36
HSL 306.86º 0.75% 0.36% -
HSV(B) 306.86º 0.86% 0.64% -
XYZ 20.68 10.51 28.54 -
YUV 79 166.38 187.92 -
System Red Green Blue C M Y K H S L
Decimal 163 23 147 0 0.86 0.10 0.36 306.86 0.75 0.36
Hex A3 17 93 0 56 A 24 133 4B 24
Octal 243 27 223 0 126 12 44 463 113 44
Binary 10100011 10111 10010011 0 1010110 1010 100100 100110011 1001011 100100

Color Harmonies of #A31793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31793

Black with #A31793

Text Example


Text Example

White with #A31793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31793; }

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

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

background-color css

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

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

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

border-color css

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

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

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