Html Css Color HEX #A1377F Medium Red Violet

📋 copy color: '#A1377F'

red 161 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #A1377F

Tints of Medium Red Violet #A1377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.03%

R = 46.94%
G = 16.03%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A1377F (or 0xA1377F) is known color: Medium Red Violet. HEX triplet: A1, 37 and 7F. RGB value is (161,55,127). Sum of RGB (Red+Green+Blue) = 161+55+127=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A1377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1377F is #5EC880. Grayscale: #5E5E5E. Windows color (decimal): -6211713 or 8337313. OLE color: 8337313.

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

Color convert

RGB 161 55 127 -
CMYK 0 0.66 0.21 0.37
HSL 319.25º 0.49% 0.42% -
HSV(B) 319.25º 0.66% 0.63% -
XYZ 19.89 11.84 21.32 -
YUV 94.9 146.12 175.15 -
System Red Green Blue C M Y K H S L
Decimal 161 55 127 0 0.66 0.21 0.37 319.25 0.49 0.42
Hex A1 37 7F 0 42 15 25 13F 31 2A
Octal 241 67 177 0 102 25 45 477 61 52
Binary 10100001 110111 1111111 0 1000010 10101 100101 100111111 110001 101010

Color Harmonies of #A1377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1377F

Black with #A1377F

Text Example


Text Example

White with #A1377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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