#A4397B

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

Shades of Medium Red Violet #A4397B

Tints of Medium Red Violet #A4397B

Color information

#A4397B (or 0xA4397B) is unknown color: approx Medium Red Violet. HEX triplet: A4, 39 and 7B. RGB value is (164,57,123). Sum of RGB (Red+Green+Blue) = 164+57+123=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4397B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4397B is #5BC684. Grayscale: #606060. Windows color (decimal): -6014597 or 8075684. OLE color: 8075684.

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

Color convert

RGB16457123-
CMYK00.650.250.36
HSL322.99º48.42%43.33%-
HSV(B)322.99º65.24%64.31%-
XYZ20.3512.2520.03-
YUV96.52142.95176.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.67%
GREEN value IS 57 (22.66% from 255) = 16.57%
BLUE value IS 123 (48.44% from 255) = 35.76%
R=47.67%
G=16.57%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645712300.650.250.36322.9948.4243.33
HexA4397B0411924143302b
Octal24471173010131445036053
Binary1010010011100111110110100000111001100100101000011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4397B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4397B; }

 p { color: rgb(164,57,123); }

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

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

 a { background-color: rgb(164,57,123); }

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

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

 span { border-color: rgb(164,57,123); }

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