#a6377f

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

Shades of Medium Red Violet #A6377F

Tints of Medium Red Violet #A6377F

Color information

#A6377F (or 0xA6377F) is unknown color: approx Medium Red Violet. HEX triplet: A6, 37 and 7F. RGB value is (166,55,127). Sum of RGB (Red+Green+Blue) = 166+55+127=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6377F is #59C880. Grayscale: #606060. Windows color (decimal): -5884033 or 8337318. OLE color: 8337318.

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

Color convert

RGB16655127-
CMYK00.670.230.35
HSL321.08º50.23%43.33%-
HSV(B)321.08º66.87%65.1%-
XYZ20.9212.3721.36-
YUV96.4145.27177.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 127 (50% from 255) = 36.49%
R=47.70%
G=15.80%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665512700.670.230.35321.0850.2343.33
HexA6377F0431723141322b
Octal24667177010327435016253
Binary1010011011011111111110100001110111100011101000001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6377f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6377f; }

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

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

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

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

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

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

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

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