#A34B87

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

Shades of Medium Red Violet #A34B87

Tints of Medium Red Violet #A34B87

Color information

#A34B87 (or 0xA34B87) is unknown color: approx Medium Red Violet. HEX triplet: A3, 4B and 87. RGB value is (163,75,135). Sum of RGB (Red+Green+Blue) = 163+75+135=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B87 is #5CB478. Grayscale: #6C6C6C. Windows color (decimal): -6075513 or 8866723. OLE color: 8866723.

HSL color Cylindrical-coordinate representation of color #A34B87: hue angle of 319.09º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A34B87 is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB16375135-
CMYK00.540.170.36
HSL319.09º36.97%46.67%-
HSV(B)319.09º53.99%63.92%-
XYZ21.9914.5724.57-
YUV108.15143.15167.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 135 (53.12% from 255) = 36.19%
R=43.70%
G=20.11%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637513500.540.170.36319.0936.9746.67
HexA34B87036112413f252f
Octal24311320706621444774557
Binary10100011100101110000111011011010001100100100111111100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B87; }

 p { color: rgb(163,75,135); }

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

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

 a { background-color: rgb(163,75,135); }

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

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

 span { border-color: rgb(163,75,135); }

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