#A4367D

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

Shades of Medium Red Violet #A4367D

Tints of Medium Red Violet #A4367D

Color information

#A4367D (or 0xA4367D) is unknown color: approx Medium Red Violet. HEX triplet: A4, 36 and 7D. RGB value is (164,54,125). Sum of RGB (Red+Green+Blue) = 164+54+125=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 54 (21.48% from 255 or 15.74% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A4367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4367D is #5BC982. Grayscale: #5E5E5E. Windows color (decimal): -6015363 or 8205988. OLE color: 8205988.

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

Color convert

RGB16454125-
CMYK00.670.240.36
HSL321.27º50.46%42.75%-
HSV(B)321.27º67.07%64.31%-
XYZ20.3312.0120.65-
YUV94.98144.94177.23-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.81%
GREEN value IS 54 (21.48% from 255) = 15.74%
BLUE value IS 125 (49.22% from 255) = 36.44%
R=47.81%
G=15.74%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645412500.670.240.36321.2750.4642.75
HexA4367D0431824141322b
Octal24466175010330445016253
Binary1010010011011011111010100001111000100100101000001110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4367D; }

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

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

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

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

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

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

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

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