#A6377A

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

Shades of Medium Red Violet #A6377A

Tints of Medium Red Violet #A6377A

Color information

#A6377A (or 0xA6377A) is unknown color: approx Medium Red Violet. HEX triplet: A6, 37 and 7A. RGB value is (166,55,122). Sum of RGB (Red+Green+Blue) = 166+55+122=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6377A is #59C885. Grayscale: #5F5F5F. Windows color (decimal): -5884038 or 8009638. OLE color: 8009638.

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

Color convert

RGB16655122-
CMYK00.670.270.35
HSL323.78º50.23%43.33%-
HSV(B)323.78º66.87%65.1%-
XYZ20.612.2419.69-
YUV95.83142.77178.05-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.40%
GREEN value IS 55 (21.88% from 255) = 16.03%
BLUE value IS 122 (48.05% from 255) = 35.57%
R=48.40%
G=16.03%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665512200.670.270.35323.7850.2343.33
HexA6377A0431B23144322b
Octal24667172010333435046253
Binary1010011011011111110100100001111011100011101000100110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6377A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6377A; }

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

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

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

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

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

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

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

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