#A6377D

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

Shades of Medium Red Violet #A6377D

Tints of Medium Red Violet #A6377D

Color information

#A6377D (or 0xA6377D) is unknown color: approx Medium Red Violet. HEX triplet: A6, 37 and 7D. RGB value is (166,55,125). Sum of RGB (Red+Green+Blue) = 166+55+125=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6377D is #59C882. Grayscale: #606060. Windows color (decimal): -5884035 or 8206246. OLE color: 8206246.

HSL color Cylindrical-coordinate representation of color #A6377D: hue angle of 322.16º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6377D is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB16655125-
CMYK00.670.250.35
HSL322.16º50.23%43.33%-
HSV(B)322.16º66.87%65.1%-
XYZ20.7912.3220.68-
YUV96.17144.27177.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 55 (21.88% from 255) = 15.90%
BLUE value IS 125 (49.22% from 255) = 36.13%
R=47.98%
G=15.90%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665512500.670.250.35322.1650.2343.33
HexA6377D0431923142322b
Octal24667175010331435026253
Binary1010011011011111111010100001111001100011101000010110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6377D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6377D; }

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

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

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

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

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

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

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

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