Html Css Color HEX #A13D82 Medium Red Violet

📋 copy color: '#A13D82'

red 161 ◦ green 61 ◦ blue 130

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

Shades of Medium Red Violet #A13D82

Tints of Medium Red Violet #A13D82

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.33%

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

R = 45.74%
G = 17.33%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A13D82 (or 0xA13D82) is known color: Medium Red Violet. HEX triplet: A1, 3D and 82. RGB value is (161,61,130). Sum of RGB (Red+Green+Blue) = 161+61+130=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 61 (24.22% from 255 or 17.33% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D82 is #5EC27D. Grayscale: #626262. Windows color (decimal): -6210174 or 8535457. OLE color: 8535457.

HSL color Cylindrical-coordinate representation of color #A13D82: hue angle of 318.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D82 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 61 130 -
CMYK 0 0.62 0.19 0.37
HSL 318.6º 0.45% 0.44% -
HSV(B) 318.6º 0.62% 0.63% -
XYZ 20.4 12.53 22.46 -
YUV 98.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 161 61 130 0 0.62 0.19 0.37 318.6 0.45 0.44
Hex A1 3D 82 0 3E 13 25 13F 2D 2C
Octal 241 75 202 0 76 23 45 477 55 54
Binary 10100001 111101 10000010 0 111110 10011 100101 100111111 101101 101100

Color Harmonies of #A13D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D82

Black with #A13D82

Text Example


Text Example

White with #A13D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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