#A13375

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

Shades of Medium Red Violet #A13375

Tints of Medium Red Violet #A13375

Color information

#A13375 (or 0xA13375) is unknown color: approx Medium Red Violet. HEX triplet: A1, 33 and 75. RGB value is (161,51,117). Sum of RGB (Red+Green+Blue) = 161+51+117=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 117 (46.09% from 255 or 35.56% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A13375 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13375 is #5ECC8A. Grayscale: #5B5B5B. Windows color (decimal): -6212747 or 7680929. OLE color: 7680929.

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

Color convert

RGB16151117-
CMYK00.680.270.37
HSL324º51.89%41.57%-
HSV(B)324º68.32%63.14%-
XYZ19.0911.2317.99-
YUV91.41142.44177.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.94%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 117 (46.09% from 255) = 35.56%
R=48.94%
G=15.50%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615111700.680.270.3732451.8941.57
HexA133750441B25144342a
Octal24163165010433455046452
Binary1010000111001111101010100010011011100101101000100110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13375; }

 p { color: rgb(161,51,117); }

 H1.HeaderClassName
 {
   color: #A13375;
 }
 .AnyTagClassName
 {
   color: #A13375;
 }
</style>
background-color css

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

 a { background-color: rgb(161,51,117); }

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

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

 span { border-color: rgb(161,51,117); }

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