#A4368C

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

Shades of Medium Red Violet #A4368C

Tints of Medium Red Violet #A4368C

Color information

#A4368C (or 0xA4368C) is unknown color: approx Medium Red Violet. HEX triplet: A4, 36 and 8C. RGB value is (164,54,140). Sum of RGB (Red+Green+Blue) = 164+54+140=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A4368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4368C is #5BC973. Grayscale: #606060. Windows color (decimal): -6015348 or 9189028. OLE color: 9189028.

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

Color convert

RGB16454140-
CMYK00.670.150.36
HSL313.09º50.46%42.75%-
HSV(B)313.09º67.07%64.31%-
XYZ21.3612.4226.08-
YUV96.69152.44176.01-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.81%
GREEN value IS 54 (21.48% from 255) = 15.08%
BLUE value IS 140 (55.08% from 255) = 39.11%
R=45.81%
G=15.08%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645414000.670.150.36313.0950.4642.75
HexA4368C043F24139322b
Octal24466214010317444716253
Binary1010010011011010001100010000111111100100100111001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4368C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4368C; }

 p { color: rgb(164,54,140); }

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

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

 a { background-color: rgb(164,54,140); }

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

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

 span { border-color: rgb(164,54,140); }

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