Html Css Color HEX #A13195 Medium Red Violet

📋 copy color: '#A13195'

red 161 ◦ green 49 ◦ blue 149

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

Shades of Medium Red Violet #A13195

Tints of Medium Red Violet #A13195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.5%

R = 44.85%
G = 13.65%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#A13195 (or 0xA13195) is known color: Medium Red Violet. HEX triplet: A1, 31 and 95. RGB value is (161,49,149). Sum of RGB (Red+Green+Blue) = 161+49+149=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 149 (58.59% from 255 or 41.50% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A13195 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13195 is #5ECE6A. Grayscale: #5D5D5D. Windows color (decimal): -6213227 or 9777569. OLE color: 9777569.

HSL color Cylindrical-coordinate representation of color #A13195: hue angle of 306.43º 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 #A13195 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 149 -
CMYK 0 0.70 0.07 0.37
HSL 306.43º 0.53% 0.41% -
HSV(B) 306.43º 0.7% 0.63% -
XYZ 21.22 11.94 29.62 -
YUV 93.89 159.11 175.87 -
System Red Green Blue C M Y K H S L
Decimal 161 49 149 0 0.70 0.07 0.37 306.43 0.53 0.41
Hex A1 31 95 0 46 7 25 132 35 29
Octal 241 61 225 0 106 7 45 462 65 51
Binary 10100001 110001 10010101 0 1000110 111 100101 100110010 110101 101001

Color Harmonies of #A13195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13195

Black with #A13195

Text Example


Text Example

White with #A13195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13195; }

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

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

background-color css

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

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

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

border-color css

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

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

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