#A3317A

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

Shades of Medium Red Violet #A3317A

Tints of Medium Red Violet #A3317A

Color information

#A3317A (or 0xA3317A) is unknown color: approx Medium Red Violet. HEX triplet: A3, 31 and 7A. RGB value is (163,49,122). Sum of RGB (Red+Green+Blue) = 163+49+122=334 (44% of max value = 765). Red value is 163 (64.06% from 255 or 48.80% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 163 - color contains mainly: red. Hex color #A3317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3317A is #5CCE85. Grayscale: #5B5B5B. Windows color (decimal): -6082182 or 8008099. OLE color: 8008099.

HSL color Cylindrical-coordinate representation of color #A3317A: hue angle of 321.58º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3317A is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16349122-
CMYK00.700.250.36
HSL321.58º53.77%41.57%-
HSV(B)321.58º69.94%63.92%-
XYZ19.7211.3919.57-
YUV91.41145.27179.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 48.80%
GREEN value IS 49 (19.53% from 255) = 14.67%
BLUE value IS 122 (48.05% from 255) = 36.53%
R=48.80%
G=14.67%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634912200.700.250.36321.5853.7741.57
HexA3317A0461924142362a
Octal24361172010631445026652
Binary1010001111000111110100100011011001100100101000010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3317A; }

 p { color: rgb(163,49,122); }

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

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

 a { background-color: rgb(163,49,122); }

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

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

 span { border-color: rgb(163,49,122); }

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