#A3397F

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

Shades of Medium Red Violet #A3397F

Tints of Medium Red Violet #A3397F

Color information

#A3397F (or 0xA3397F) is unknown color: approx Medium Red Violet. HEX triplet: A3, 39 and 7F. RGB value is (163,57,127). Sum of RGB (Red+Green+Blue) = 163+57+127=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A3397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3397F is #5CC680. Grayscale: #606060. Windows color (decimal): -6080129 or 8337827. OLE color: 8337827.

HSL color Cylindrical-coordinate representation of color #A3397F: hue angle of 320.38º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3397F is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB16357127-
CMYK00.650.220.36
HSL320.38º48.18%43.14%-
HSV(B)320.38º65.03%63.92%-
XYZ20.412.2521.37-
YUV96.67145.12175.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 57 (22.66% from 255) = 16.43%
BLUE value IS 127 (50% from 255) = 36.60%
R=46.97%
G=16.43%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635712700.650.220.36320.3848.1843.14
HexA3397F0411624140302b
Octal24371177010126445006053
Binary1010001111100111111110100000110110100100101000000110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3397F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3397F; }

 p { color: rgb(163,57,127); }

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

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

 a { background-color: rgb(163,57,127); }

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

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

 span { border-color: rgb(163,57,127); }

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