#A4368D

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

Shades of Medium Red Violet #A4368D

Tints of Medium Red Violet #A4368D

Color information

#A4368D (or 0xA4368D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 36 and 8D. RGB value is (164,54,141). Sum of RGB (Red+Green+Blue) = 164+54+141=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A4368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4368D is #5BC972. Grayscale: #606060. Windows color (decimal): -6015347 or 9254564. OLE color: 9254564.

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

Color convert

RGB16454141-
CMYK00.670.140.36
HSL312.55º50.46%42.75%-
HSV(B)312.55º67.07%64.31%-
XYZ21.4412.4526.47-
YUV96.81152.94175.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 54 (21.48% from 255) = 15.04%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=45.68%
G=15.04%
B=39.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645414100.670.140.36312.5550.4642.75
HexA4368D043E24139322b
Octal24466215010316444716253
Binary1010010011011010001101010000111110100100100111001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4368D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4368D; }

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

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

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

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

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

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

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

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