#A8357C

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

Shades of Medium Red Violet #A8357C

Tints of Medium Red Violet #A8357C

Color information

#A8357C (or 0xA8357C) is unknown color: approx Medium Red Violet. HEX triplet: A8, 35 and 7C. RGB value is (168,53,124). Sum of RGB (Red+Green+Blue) = 168+53+124=345 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.70% from 345); Green value is 53 (21.09% from 255 or 15.36% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 168 - color contains mainly: red. Hex color #A8357C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8357C is #57CA83. Grayscale: #5F5F5F. Windows color (decimal): -5753476 or 8140200. OLE color: 8140200.

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

Color convert

RGB16853124-
CMYK00.680.260.34
HSL322.96º52.04%43.33%-
HSV(B)322.96º68.45%65.88%-
XYZ21.0612.3320.34-
YUV95.48144.1179.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 48.70%
GREEN value IS 53 (21.09% from 255) = 15.36%
BLUE value IS 124 (48.83% from 255) = 35.94%
R=48.70%
G=15.36%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1685312400.680.260.34322.9652.0443.33
HexA8357C0441A22143342b
Octal25065174010432425036453
Binary1010100011010111111000100010011010100010101000011110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8357C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8357C; }

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

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

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

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

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

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

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

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