Html Css Color HEX #A1378A Medium Red Violet

📋 copy color: '#A1378A'

red 161 ◦ green 55 ◦ blue 138

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

Shades of Medium Red Violet #A1378A

Tints of Medium Red Violet #A1378A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.98%

R = 45.48%
G = 15.54%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1378A (or 0xA1378A) is known color: Medium Red Violet. HEX triplet: A1, 37 and 8A. RGB value is (161,55,138). Sum of RGB (Red+Green+Blue) = 161+55+138=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A1378A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1378A is #5EC875. Grayscale: #5F5F5F. Windows color (decimal): -6211702 or 9058209. OLE color: 9058209.

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

Color convert

RGB 161 55 138 -
CMYK 0 0.66 0.14 0.37
HSL 313.02º 0.49% 0.42% -
HSV(B) 313.02º 0.66% 0.63% -
XYZ 20.65 12.14 25.3 -
YUV 96.16 151.62 174.25 -
System Red Green Blue C M Y K H S L
Decimal 161 55 138 0 0.66 0.14 0.37 313.02 0.49 0.42
Hex A1 37 8A 0 42 E 25 139 31 2A
Octal 241 67 212 0 102 16 45 471 61 52
Binary 10100001 110111 10001010 0 1000010 1110 100101 100111001 110001 101010

Color Harmonies of #A1378A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1378A

Black with #A1378A

Text Example


Text Example

White with #A1378A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1378A; }

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

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

background-color css

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

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

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

border-color css

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

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

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