#A1377F

Color #A1377F Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A1377F

Tints of Medium Red Violet #A1377F

Color information

#A1377F (or 0xA1377F) is unknown color: approx 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

RGB16155127-
CMYK00.660.210.37
HSL319.25º49.07%42.35%-
HSV(B)319.25º65.84%63.14%-
XYZ19.8911.8421.32-
YUV94.9146.12175.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615512700.660.210.37319.2549.0742.35
HexA1377F042152513f312a
Octal24167177010225454776152
Binary1010000111011111111110100001010101100101100111111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1377F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>