#A13F8B

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

Shades of Medium Red Violet #A13F8B

Tints of Medium Red Violet #A13F8B

Color information

#A13F8B (or 0xA13F8B) is unknown color: approx Medium Red Violet. HEX triplet: A1, 3F and 8B. RGB value is (161,63,139). Sum of RGB (Red+Green+Blue) = 161+63+139=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A13F8B is #5EC074. Grayscale: #646464. Windows color (decimal): -6209653 or 9125793. OLE color: 9125793.

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

Color convert

RGB16163139-
CMYK00.610.140.37
HSL313.47º43.75%43.92%-
HSV(B)313.47º60.87%63.14%-
XYZ21.141325.82-
YUV100.97149.47170.82-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 63 (25% from 255) = 17.36%
BLUE value IS 139 (54.69% from 255) = 38.29%
R=44.35%
G=17.36%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616313900.610.140.37313.4743.7543.92
HexA13F8B03DE251392c2c
Octal2417721307516454715454
Binary101000011111111000101101111011110100101100111001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F8B; }

 p { color: rgb(161,63,139); }

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

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

 a { background-color: rgb(161,63,139); }

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

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

 span { border-color: rgb(161,63,139); }

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