Html Css Color HEX #A13190 Medium Red Violet

📋 copy color: '#A13190'

red 161 ◦ green 49 ◦ blue 144

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

Shades of Medium Red Violet #A13190

Tints of Medium Red Violet #A13190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.84%

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

R = 45.48%
G = 13.84%
B = 40.68%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13190 (or 0xA13190) is known color: Medium Red Violet. HEX triplet: A1, 31 and 90. RGB value is (161,49,144). Sum of RGB (Red+Green+Blue) = 161+49+144=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 49 (19.53% from 255 or 13.84% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A13190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13190 is #5ECE6F. Grayscale: #5D5D5D. Windows color (decimal): -6213232 or 9449889. OLE color: 9449889.

HSL color Cylindrical-coordinate representation of color #A13190: hue angle of 309.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A13190 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 144 -
CMYK 0 0.70 0.11 0.37
HSL 309.11º 0.53% 0.41% -
HSV(B) 309.11º 0.7% 0.63% -
XYZ 20.83 11.79 27.56 -
YUV 93.32 156.61 176.28 -
System Red Green Blue C M Y K H S L
Decimal 161 49 144 0 0.70 0.11 0.37 309.11 0.53 0.41
Hex A1 31 90 0 46 B 25 135 35 29
Octal 241 61 220 0 106 13 45 465 65 51
Binary 10100001 110001 10010000 0 1000110 1011 100101 100110101 110101 101001

Color Harmonies of #A13190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13190

Black with #A13190

Text Example


Text Example

White with #A13190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13190; }

 p { color: rgb(161,49,144); }

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

background-color css

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

 a { background-color: rgb(161,49,144); }

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

border-color css

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

 span { border-color: rgb(161,49,144); }

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