Html Css Color HEX #A1387D Medium Red Violet

📋 copy color: '#A1387D'

red 161 ◦ green 56 ◦ blue 125

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

Shades of Medium Red Violet #A1387D

Tints of Medium Red Violet #A1387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.37%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 47.08%
G = 16.37%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A1387D (or 0xA1387D) is known color: Medium Red Violet. HEX triplet: A1, 38 and 7D. RGB value is (161,56,125). Sum of RGB (Red+Green+Blue) = 161+56+125=342 (45% of max value = 765). Red value is 161 (63.28% from 255 or 47.08% from 342); Green value is 56 (22.27% from 255 or 16.37% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 161 - color contains mainly: red. Hex color #A1387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1387D is #5EC782. Grayscale: #5F5F5F. Windows color (decimal): -6211459 or 8206497. OLE color: 8206497.

HSL color Cylindrical-coordinate representation of color #A1387D: hue angle of 320.57º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1387D is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 56 125 -
CMYK 0 0.65 0.22 0.37
HSL 320.57º 0.48% 0.43% -
HSV(B) 320.57º 0.65% 0.63% -
XYZ 19.81 11.89 20.65 -
YUV 95.26 144.79 174.89 -
System Red Green Blue C M Y K H S L
Decimal 161 56 125 0 0.65 0.22 0.37 320.57 0.48 0.43
Hex A1 38 7D 0 41 16 25 141 30 2B
Octal 241 70 175 0 101 26 45 501 60 53
Binary 10100001 111000 1111101 0 1000001 10110 100101 101000001 110000 101011

Color Harmonies of #A1387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1387D

Black with #A1387D

Text Example


Text Example

White with #A1387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1387D; }

 p { color: rgb(161,56,125); }

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

background-color css

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

 a { background-color: rgb(161,56,125); }

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

border-color css

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

 span { border-color: rgb(161,56,125); }

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