#a9357e

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

Shades of Medium Red Violet #A9357E

Tints of Medium Red Violet #A9357E

Color information

#A9357E (or 0xA9357E) is unknown color: approx Medium Red Violet. HEX triplet: A9, 35 and 7E. RGB value is (169,53,126). Sum of RGB (Red+Green+Blue) = 169+53+126=348 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.56% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 126 (49.61% from 255 or 36.21% from 348); Max value from RGB is 169 - color contains mainly: red. Hex color #A9357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9357E is #56CA81. Grayscale: #5F5F5F. Windows color (decimal): -5687938 or 8271273. OLE color: 8271273.

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

Color convert

RGB16953126-
CMYK00.690.250.34
HSL322.24º52.25%43.53%-
HSV(B)322.24º68.64%66.27%-
XYZ21.412.4921.02-
YUV96.01144.93180.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.56%
GREEN value IS 53 (21.09% from 255) = 15.23%
BLUE value IS 126 (49.61% from 255) = 36.21%
R=48.56%
G=15.23%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1695312600.690.250.34322.2452.2543.53
HexA9357E0451922142342c
Octal25165176010531425026454
Binary1010100111010111111100100010111001100010101000010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9357e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9357e; }

 p { color: rgb(169,53,126); }

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

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

 a { background-color: rgb(169,53,126); }

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

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

 span { border-color: rgb(169,53,126); }

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