Html Css Color HEX #A13791 Medium Red Violet

📋 copy color: '#A13791'

red 161 ◦ green 55 ◦ blue 145

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

Shades of Medium Red Violet #A13791

Tints of Medium Red Violet #A13791

RGB

 RED value IS 161 (63.28% from 255) = 44.6%

 GREEN value IS 55 (21.88% from 255) = 15.24%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 44.6%
G = 15.24%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#A13791 (or 0xA13791) is known color: Medium Red Violet. HEX triplet: A1, 37 and 91. RGB value is (161,55,145). Sum of RGB (Red+Green+Blue) = 161+55+145=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A13791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13791 is #5EC86E. Grayscale: #606060. Windows color (decimal): -6211695 or 9516961. OLE color: 9516961.

HSL color Cylindrical-coordinate representation of color #A13791: hue angle of 309.06º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13791 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 145 -
CMYK 0 0.66 0.10 0.37
HSL 309.06º 0.49% 0.42% -
HSV(B) 309.06º 0.66% 0.63% -
XYZ 21.17 12.35 28.06 -
YUV 96.95 155.12 173.68 -
System Red Green Blue C M Y K H S L
Decimal 161 55 145 0 0.66 0.10 0.37 309.06 0.49 0.42
Hex A1 37 91 0 42 A 25 135 31 2A
Octal 241 67 221 0 102 12 45 465 61 52
Binary 10100001 110111 10010001 0 1000010 1010 100101 100110101 110001 101010

Color Harmonies of #A13791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13791

Black with #A13791

Text Example


Text Example

White with #A13791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13791; }

 p { color: rgb(161,55,145); }

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

background-color css

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

 a { background-color: rgb(161,55,145); }

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

border-color css

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

 span { border-color: rgb(161,55,145); }

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