#A3378E

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

Shades of Medium Red Violet #A3378E

Tints of Medium Red Violet #A3378E

Color information

#A3378E (or 0xA3378E) is unknown color: approx Medium Red Violet. HEX triplet: A3, 37 and 8E. RGB value is (163,55,142). Sum of RGB (Red+Green+Blue) = 163+55+142=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A3378E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A3378E is #5CC871. Grayscale: #606060. Windows color (decimal): -6080626 or 9320355. OLE color: 9320355.

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

Color convert

RGB16355142-
CMYK00.660.130.36
HSL311.67º49.54%42.75%-
HSV(B)311.67º66.26%63.92%-
XYZ21.3512.4726.87-
YUV97.21153.28174.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.28%
GREEN value IS 55 (21.88% from 255) = 15.28%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=45.28%
G=15.28%
B=39.44%

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
Decimal1635514200.660.130.36311.6749.5442.75
HexA3378E042D24138322b
Octal24367216010215444706253
Binary1010001111011110001110010000101101100100100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3378E; }

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

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

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

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

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

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

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

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