Html Css Color HEX #A31193 Dark Magenta

📋 copy color: '#A31193'

red 163 ◦ green 17 ◦ blue 147

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

Shades of Dark Magenta #A31193

Tints of Dark Magenta #A31193

RGB

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

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

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

R = 49.85%
G = 5.2%
B = 44.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A31193 (or 0xA31193) is known color: Dark Magenta. HEX triplet: A3, 11 and 93. RGB value is (163,17,147). Sum of RGB (Red+Green+Blue) = 163+17+147=327 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.85% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 163 - color contains mainly: red. Hex color #A31193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A31193 is #5CEE6C. Grayscale: #4B4B4B. Windows color (decimal): -6090349 or 9638307. OLE color: 9638307.

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

Color convert

RGB 163 17 147 -
CMYK 0 0.90 0.10 0.36
HSL 306.58º 0.81% 0.35% -
HSV(B) 306.58º 0.9% 0.64% -
XYZ 20.57 10.29 28.51 -
YUV 75.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 163 17 147 0 0.90 0.10 0.36 306.58 0.81 0.35
Hex A3 11 93 0 5A A 24 133 51 23
Octal 243 21 223 0 132 12 44 463 121 43
Binary 10100011 10001 10010011 0 1011010 1010 100100 100110011 1010001 100011

Color Harmonies of #A31193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31193

Black with #A31193

Text Example


Text Example

White with #A31193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31193; }

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

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

background-color css

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

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

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

border-color css

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

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

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