#A3378D

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

Shades of Medium Red Violet #A3378D

Tints of Medium Red Violet #A3378D

Color information

#A3378D (or 0xA3378D) is unknown color: approx Medium Red Violet. HEX triplet: A3, 37 and 8D. RGB value is (163,55,141). Sum of RGB (Red+Green+Blue) = 163+55+141=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378D is #5CC872. Grayscale: #606060. Windows color (decimal): -6080627 or 9254819. OLE color: 9254819.

HSL color Cylindrical-coordinate representation of color #A3378D: hue angle of 312.22º degrees, saturation: 0.5, 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 #A3378D is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB16355141-
CMYK00.660.130.36
HSL312.22º49.54%42.75%-
HSV(B)312.22º66.26%63.92%-
XYZ21.2812.4426.48-
YUV97.1152.78175.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 55 (21.88% from 255) = 15.32%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=45.40%
G=15.32%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1635514100.660.130.36312.2249.5442.75
HexA3378D042D24138322b
Octal24367215010215444706253
Binary1010001111011110001101010000101101100100100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3378D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3378D; }

 p { color: rgb(163,55,141); }

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

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

 a { background-color: rgb(163,55,141); }

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

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

 span { border-color: rgb(163,55,141); }

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