Html Css Color HEX #A1378D Medium Red Violet

📋 copy color: '#A1378D'

red 161 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #A1378D

Tints of Medium Red Violet #A1378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.41%

 BLUE value IS 141 (55.47% from 255) = 39.5%

R = 45.1%
G = 15.41%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A1378D (or 0xA1378D) is known color: Medium Red Violet. HEX triplet: A1, 37 and 8D. RGB value is (161,55,141). Sum of RGB (Red+Green+Blue) = 161+55+141=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 141 (55.47% from 255 or 39.50% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378D is #5EC872. Grayscale: #606060. Windows color (decimal): -6211699 or 9254817. OLE color: 9254817.

HSL color Cylindrical-coordinate representation of color #A1378D: hue angle of 311.32º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1378D is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 141 -
CMYK 0 0.66 0.12 0.37
HSL 311.32º 0.49% 0.42% -
HSV(B) 311.32º 0.66% 0.63% -
XYZ 20.87 12.23 26.46 -
YUV 96.5 153.12 174.01 -
System Red Green Blue C M Y K H S L
Decimal 161 55 141 0 0.66 0.12 0.37 311.32 0.49 0.42
Hex A1 37 8D 0 42 C 25 137 31 2A
Octal 241 67 215 0 102 14 45 467 61 52
Binary 10100001 110111 10001101 0 1000010 1100 100101 100110111 110001 101010

Color Harmonies of #A1378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1378D

Black with #A1378D

Text Example


Text Example

White with #A1378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1378D; }

 p { color: rgb(161,55,141); }

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

background-color css

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

 a { background-color: rgb(161,55,141); }

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

border-color css

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

 span { border-color: rgb(161,55,141); }

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