Html Css Color HEX #A13182 Medium Red Violet

📋 copy color: '#A13182'

red 161 ◦ green 49 ◦ blue 130

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

Shades of Medium Red Violet #A13182

Tints of Medium Red Violet #A13182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 47.35%
G = 14.41%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A13182 (or 0xA13182) is known color: Medium Red Violet. HEX triplet: A1, 31 and 82. RGB value is (161,49,130). Sum of RGB (Red+Green+Blue) = 161+49+130=340 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.35% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 161 - color contains mainly: red. Hex color #A13182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13182 is #5ECE7D. Grayscale: #5B5B5B. Windows color (decimal): -6213246 or 8532385. OLE color: 8532385.

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

Color convert

RGB 161 49 130 -
CMYK 0 0.70 0.19 0.37
HSL 316.61º 0.53% 0.41% -
HSV(B) 316.61º 0.7% 0.63% -
XYZ 19.83 11.39 22.27 -
YUV 91.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 161 49 130 0 0.70 0.19 0.37 316.61 0.53 0.41
Hex A1 31 82 0 46 13 25 13D 35 29
Octal 241 61 202 0 106 23 45 475 65 51
Binary 10100001 110001 10000010 0 1000110 10011 100101 100111101 110101 101001

Color Harmonies of #A13182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13182

Black with #A13182

Text Example


Text Example

White with #A13182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13182; }

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

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

background-color css

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

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

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

border-color css

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

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

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