#A9357D

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

Shades of Medium Red Violet #A9357D

Tints of Medium Red Violet #A9357D

Color information

#A9357D (or 0xA9357D) is unknown color: approx Medium Red Violet. HEX triplet: A9, 35 and 7D. RGB value is (169,53,125). Sum of RGB (Red+Green+Blue) = 169+53+125=347 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.70% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 169 - color contains mainly: red. Hex color #A9357D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9357D is #56CA82. Grayscale: #5F5F5F. Windows color (decimal): -5687939 or 8205737. OLE color: 8205737.

HSL color Cylindrical-coordinate representation of color #A9357D: hue angle of 322.76º 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 #A9357D is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16953125-
CMYK00.690.260.34
HSL322.76º52.25%43.53%-
HSV(B)322.76º68.64%66.27%-
XYZ21.3412.4620.68-
YUV95.89144.43180.15-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.70%
GREEN value IS 53 (21.09% from 255) = 15.27%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=48.70%
G=15.27%
B=36.02%

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
Decimal1695312500.690.260.34322.7652.2543.53
HexA9357D0451A22143342c
Octal25165175010532425036454
Binary1010100111010111111010100010111010100010101000011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9357D; }

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

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

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

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

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

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

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

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