#A3387D

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

Shades of Medium Red Violet #A3387D

Tints of Medium Red Violet #A3387D

Color information

#A3387D (or 0xA3387D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 38 and 7D. RGB value is (163,56,125). Sum of RGB (Red+Green+Blue) = 163+56+125=344 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.38% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 163 - color contains mainly: red. Hex color #A3387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3387D is #5CC782. Grayscale: #5F5F5F. Windows color (decimal): -6080387 or 8206499. OLE color: 8206499.

HSL color Cylindrical-coordinate representation of color #A3387D: hue angle of 321.31º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3387D is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB16356125-
CMYK00.660.230.36
HSL321.31º48.86%42.94%-
HSV(B)321.31º65.64%63.92%-
XYZ20.2212.120.67-
YUV95.86144.45175.89-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.38%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 125 (49.22% from 255) = 36.34%
R=47.38%
G=16.28%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635612500.660.230.36321.3148.8642.94
HexA3387D0421724141312b
Octal24370175010227445016153
Binary1010001111100011111010100001010111100100101000001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3387D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3387D; }

 p { color: rgb(163,56,125); }

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

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

 a { background-color: rgb(163,56,125); }

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

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

 span { border-color: rgb(163,56,125); }

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