#A6397A

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

Shades of Medium Red Violet #A6397A

Tints of Medium Red Violet #A6397A

Color information

#A6397A (or 0xA6397A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 39 and 7A. RGB value is (166,57,122). Sum of RGB (Red+Green+Blue) = 166+57+122=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397A is #59C685. Grayscale: #606060. Windows color (decimal): -5883526 or 8010150. OLE color: 8010150.

HSL color Cylindrical-coordinate representation of color #A6397A: hue angle of 324.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6397A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16657122-
CMYK00.660.270.35
HSL324.22º48.88%43.73%-
HSV(B)324.22º65.66%65.1%-
XYZ20.712.4419.72-
YUV97142.11177.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 57 (22.66% from 255) = 16.52%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=48.12%
G=16.52%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665712200.660.270.35324.2248.8843.73
HexA6397A0421B23144312c
Octal24671172010233435046154
Binary1010011011100111110100100001011011100011101000100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6397A; }

 p { color: rgb(166,57,122); }

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

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

 a { background-color: rgb(166,57,122); }

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

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

 span { border-color: rgb(166,57,122); }

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