#A13D8C

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

Shades of Medium Red Violet #A13D8C

Tints of Medium Red Violet #A13D8C

Color information

#A13D8C (or 0xA13D8C) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3D and 8C. RGB value is (161,61,140). Sum of RGB (Red+Green+Blue) = 161+61+140=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13D8C is #5EC273. Grayscale: #636363. Windows color (decimal): -6210164 or 9190817. OLE color: 9190817.

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

Color convert

RGB16161140-
CMYK00.620.130.37
HSL312.6º45.05%43.53%-
HSV(B)312.6º62.11%63.14%-
XYZ21.112.8126.17-
YUV99.91150.63171.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.48%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=44.48%
G=16.85%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616114000.620.130.37312.645.0543.53
HexA13D8C03ED251392d2c
Octal2417521407615454715554
Binary101000011111011000110001111101101100101100111001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D8C; }

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

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

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

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

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

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

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

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