#A13D8F

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

Shades of Medium Red Violet #A13D8F

Tints of Medium Red Violet #A13D8F

Color information

#A13D8F (or 0xA13D8F) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3D and 8F. RGB value is (161,61,143). Sum of RGB (Red+Green+Blue) = 161+61+143=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8F is #5EC270. Grayscale: #646464. Windows color (decimal): -6210161 or 9387425. OLE color: 9387425.

HSL color Cylindrical-coordinate representation of color #A13D8F: hue angle of 310.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D8F is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB16161143-
CMYK00.620.110.37
HSL310.8º45.05%43.53%-
HSV(B)310.8º62.11%63.14%-
XYZ21.3212.927.35-
YUV100.25152.13171.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 61 (24.22% from 255) = 16.71%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=44.11%
G=16.71%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616114300.620.110.37310.845.0543.53
HexA13D8F03EB251372d2c
Octal2417521707613454675554
Binary101000011111011000111101111101011100101100110111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D8F; }

 p { color: rgb(161,61,143); }

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

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

 a { background-color: rgb(161,61,143); }

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

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

 span { border-color: rgb(161,61,143); }

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