#A5378F

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

Shades of Medium Red Violet #A5378F

Tints of Medium Red Violet #A5378F

Color information

#A5378F (or 0xA5378F) is unknown color: approx Medium Red Violet. HEX triplet: A5, 37 and 8F. RGB value is (165,55,143). Sum of RGB (Red+Green+Blue) = 165+55+143=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5378F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5378F is #5AC870. Grayscale: #616161. Windows color (decimal): -5949553 or 9385893. OLE color: 9385893.

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

Color convert

RGB16555143-
CMYK00.670.130.35
HSL312º50%43.14%-
HSV(B)312º66.67%64.71%-
XYZ21.8412.7127.29-
YUV97.92153.44175.84-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 55 (21.88% from 255) = 15.15%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=45.45%
G=15.15%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655514300.670.130.353125043.14
HexA5378F043D23138322b
Octal24567217010315434706253
Binary1010010111011110001111010000111101100011100111000110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5378F; }

 p { color: rgb(165,55,143); }

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

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

 a { background-color: rgb(165,55,143); }

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

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

 span { border-color: rgb(165,55,143); }

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