Html Css Color HEX #A13D8F Medium Red Violet

📋 copy color: '#A13D8F'

red 161 ◦ green 61 ◦ blue 143

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

Shades of Medium Red Violet #A13D8F

Tints of Medium Red Violet #A13D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.18%

R = 44.11%
G = 16.71%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A13D8F (or 0xA13D8F) is known color: Medium Red Violet. HEX triplet: A1, 3D and 8F. RGB value is (161,61,143). Sum of RGB (Red+Green+Blue) = 161+61+143=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8F is #5EC270. Grayscale: #646464. Windows color (decimal): -6210161 or 9387425. OLE color: 9387425.

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

Color convert

RGB 161 61 143 -
CMYK 0 0.62 0.11 0.37
HSL 310.8º 0.45% 0.44% -
HSV(B) 310.8º 0.62% 0.63% -
XYZ 21.32 12.9 27.35 -
YUV 100.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 161 61 143 0 0.62 0.11 0.37 310.8 0.45 0.44
Hex A1 3D 8F 0 3E B 25 137 2D 2C
Octal 241 75 217 0 76 13 45 467 55 54
Binary 10100001 111101 10001111 0 111110 1011 100101 100110111 101101 101100

Color Harmonies of #A13D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13D8F

Black with #A13D8F

Text Example


Text Example

White with #A13D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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