#A34A8C

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

Shades of Medium Red Violet #A34A8C

Tints of Medium Red Violet #A34A8C

Color information

#A34A8C (or 0xA34A8C) is unknown color: approx Medium Red Violet. HEX triplet: A3, 4A and 8C. RGB value is (163,74,140). Sum of RGB (Red+Green+Blue) = 163+74+140=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8C is #5CB573. Grayscale: #6B6B6B. Windows color (decimal): -6075764 or 9194147. OLE color: 9194147.

HSL color Cylindrical-coordinate representation of color #A34A8C: hue angle of 315.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A34A8C is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB16374140-
CMYK00.550.140.36
HSL315.51º37.55%46.47%-
HSV(B)315.51º54.6%63.92%-
XYZ22.2914.5826.45-
YUV108.14145.99167.13-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.24%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 140 (55.08% from 255) = 37.14%
R=43.24%
G=19.63%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637414000.550.140.36315.5137.5546.47
HexA34A8C037E2413c262e
Octal24311221406716444744656
Binary1010001110010101000110001101111110100100100111100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A8C; }

 p { color: rgb(163,74,140); }

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

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

 a { background-color: rgb(163,74,140); }

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

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

 span { border-color: rgb(163,74,140); }

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