#a6378b

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

Shades of Medium Red Violet #A6378B

Tints of Medium Red Violet #A6378B

Color information

#A6378B (or 0xA6378B) is unknown color: approx Medium Red Violet. HEX triplet: A6, 37 and 8B. RGB value is (166,55,139). Sum of RGB (Red+Green+Blue) = 166+55+139=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A6378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6378B is #59C874. Grayscale: #616161. Windows color (decimal): -5884021 or 9123750. OLE color: 9123750.

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

Color convert

RGB16655139-
CMYK00.670.160.35
HSL314.59º50.23%43.33%-
HSV(B)314.59º66.87%65.1%-
XYZ21.7512.725.73-
YUV97.76151.27176.67-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.11%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=46.11%
G=15.28%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665513900.670.160.35314.5950.2343.33
HexA6378B043102313b322b
Octal24667213010320434736253
Binary10100110110111100010110100001110000100011100111011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6378b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6378b; }

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

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

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

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

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

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

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

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