Html Css Color HEX #A13181 Medium Red Violet

📋 copy color: '#A13181'

red 161 ◦ green 49 ◦ blue 129

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

Shades of Medium Red Violet #A13181

Tints of Medium Red Violet #A13181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.05%

R = 47.49%
G = 14.45%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A13181 (or 0xA13181) is known color: Medium Red Violet. HEX triplet: A1, 31 and 81. RGB value is (161,49,129). Sum of RGB (Red+Green+Blue) = 161+49+129=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 129 (50.78% from 255 or 38.05% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13181 is #5ECE7E. Grayscale: #5B5B5B. Windows color (decimal): -6213247 or 8466849. OLE color: 8466849.

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

Color convert

RGB 161 49 129 -
CMYK 0 0.70 0.20 0.37
HSL 317.14º 0.53% 0.41% -
HSV(B) 317.14º 0.7% 0.63% -
XYZ 19.76 11.36 21.92 -
YUV 91.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 161 49 129 0 0.70 0.20 0.37 317.14 0.53 0.41
Hex A1 31 81 0 46 14 25 13D 35 29
Octal 241 61 201 0 106 24 45 475 65 51
Binary 10100001 110001 10000001 0 1000110 10100 100101 100111101 110101 101001

Color Harmonies of #A13181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13181

Black with #A13181

Text Example


Text Example

White with #A13181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13181; }

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

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

background-color css

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

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

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

border-color css

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

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

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