#A34A8A

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

Shades of Medium Red Violet #A34A8A

Tints of Medium Red Violet #A34A8A

Color information

#A34A8A (or 0xA34A8A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 4A and 8A. RGB value is (163,74,138). Sum of RGB (Red+Green+Blue) = 163+74+138=375 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.47% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 163 - color contains mainly: red. Hex color #A34A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34A8A is #5CB575. Grayscale: #6B6B6B. Windows color (decimal): -6075766 or 9063075. OLE color: 9063075.

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

Color convert

RGB16374138-
CMYK00.550.150.36
HSL316.85º37.55%46.47%-
HSV(B)316.85º54.6%63.92%-
XYZ22.1414.5225.68-
YUV107.91144.99167.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.47%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 138 (54.30% from 255) = 36.8%
R=43.47%
G=19.73%
B=36.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1637413800.550.150.36316.8537.5546.47
HexA34A8A037F2413d262e
Octal24311221206717444754656
Binary1010001110010101000101001101111111100100100111101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A34A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A34A8A; }

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

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

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

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

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

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

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

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