#A34B89

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

Shades of Medium Red Violet #A34B89

Tints of Medium Red Violet #A34B89

Color information

#A34B89 (or 0xA34B89) is unknown color: approx Medium Red Violet. HEX triplet: A3, 4B and 89. RGB value is (163,75,137). Sum of RGB (Red+Green+Blue) = 163+75+137=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 75 (29.69% from 255 or 20% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A34B89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34B89 is #5CB476. Grayscale: #6C6C6C. Windows color (decimal): -6075511 or 8997795. OLE color: 8997795.

HSL color Cylindrical-coordinate representation of color #A34B89: hue angle of 317.73º 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 #A34B89 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB16375137-
CMYK00.540.160.36
HSL317.73º36.97%46.67%-
HSV(B)317.73º53.99%63.92%-
XYZ22.1414.6225.32-
YUV108.38144.15166.96-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 75 (29.69% from 255) = 20%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=43.47%
G=20%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637513700.540.160.36317.7336.9746.67
HexA34B89036102413e252f
Octal24311321106620444764557
Binary10100011100101110001001011011010000100100100111110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34B89; }

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

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

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

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

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

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

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

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