#A6397D

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

Shades of Medium Red Violet #A6397D

Tints of Medium Red Violet #A6397D

Color information

#A6397D (or 0xA6397D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 39 and 7D. RGB value is (166,57,125). Sum of RGB (Red+Green+Blue) = 166+57+125=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397D is #59C682. Grayscale: #616161. Windows color (decimal): -5883523 or 8206758. OLE color: 8206758.

HSL color Cylindrical-coordinate representation of color #A6397D: hue angle of 322.57º 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 #A6397D is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16657125-
CMYK00.660.250.35
HSL322.57º48.88%43.73%-
HSV(B)322.57º65.66%65.1%-
XYZ20.8912.5120.72-
YUV97.34143.61176.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 57 (22.66% from 255) = 16.38%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=47.70%
G=16.38%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665712500.660.250.35322.5748.8843.73
HexA6397D0421923143312c
Octal24671175010231435036154
Binary1010011011100111111010100001011001100011101000011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6397D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6397D; }

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

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

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

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

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

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

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

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