Html Css Color HEX #A1378C Medium Red Violet

📋 copy color: '#A1378C'

red 161 ◦ green 55 ◦ blue 140

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

Shades of Medium Red Violet #A1378C

Tints of Medium Red Violet #A1378C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 45.22%
G = 15.45%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A1378C (or 0xA1378C) is known color: Medium Red Violet. HEX triplet: A1, 37 and 8C. RGB value is (161,55,140). Sum of RGB (Red+Green+Blue) = 161+55+140=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 55 (21.88% from 255 or 15.45% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378C is #5EC873. Grayscale: #606060. Windows color (decimal): -6211700 or 9189281. OLE color: 9189281.

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

Color convert

RGB 161 55 140 -
CMYK 0 0.66 0.13 0.37
HSL 311.89º 0.49% 0.42% -
HSV(B) 311.89º 0.66% 0.63% -
XYZ 20.8 12.2 26.07 -
YUV 96.38 152.62 174.09 -
System Red Green Blue C M Y K H S L
Decimal 161 55 140 0 0.66 0.13 0.37 311.89 0.49 0.42
Hex A1 37 8C 0 42 D 25 138 31 2A
Octal 241 67 214 0 102 15 45 470 61 52
Binary 10100001 110111 10001100 0 1000010 1101 100101 100111000 110001 101010

Color Harmonies of #A1378C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1378C

Black with #A1378C

Text Example


Text Example

White with #A1378C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1378C; }

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

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

background-color css

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

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

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

border-color css

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

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

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