#A8347C

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

Shades of Medium Red Violet #A8347C

Tints of Medium Red Violet #A8347C

Color information

#A8347C (or 0xA8347C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 34 and 7C. RGB value is (168,52,124). Sum of RGB (Red+Green+Blue) = 168+52+124=344 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.84% from 344); Green value is 52 (20.70% from 255 or 15.12% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 168 - color contains mainly: red. Hex color #A8347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8347C is #57CB83. Grayscale: #5E5E5E. Windows color (decimal): -5753732 or 8139944. OLE color: 8139944.

HSL color Cylindrical-coordinate representation of color #A8347C: hue angle of 322.76º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8347C is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16852124-
CMYK00.690.260.34
HSL322.76º52.73%43.14%-
HSV(B)322.76º69.05%65.88%-
XYZ21.0112.2420.32-
YUV94.89144.43180.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.84%
GREEN value IS 52 (20.70% from 255) = 15.12%
BLUE value IS 124 (48.83% from 255) = 36.05%
R=48.84%
G=15.12%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685212400.690.260.34322.7652.7343.14
HexA8347C0451A22143352b
Octal25064174010532425036553
Binary1010100011010011111000100010111010100010101000011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8347C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8347C; }

 p { color: rgb(168,52,124); }

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

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

 a { background-color: rgb(168,52,124); }

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

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

 span { border-color: rgb(168,52,124); }

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