Html Css Color HEX #A4397E Medium Red Violet

📋 copy color: '#A4397E'

red 164 ◦ green 57 ◦ blue 126

#A4397E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #A4397E

Tints of Medium Red Violet #A4397E

RGB

 RED value IS 164 (64.45% from 255) = 47.26%

 GREEN value IS 57 (22.66% from 255) = 16.43%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 47.26%
G = 16.43%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4397E (or 0xA4397E) is known color: Medium Red Violet. HEX triplet: A4, 39 and 7E. RGB value is (164,57,126). Sum of RGB (Red+Green+Blue) = 164+57+126=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 57 (22.66% from 255 or 16.43% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A4397E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4397E is #5BC681. Grayscale: #606060. Windows color (decimal): -6014594 or 8272292. OLE color: 8272292.

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

Color convert

RGB 164 57 126 -
CMYK 0 0.65 0.23 0.36
HSL 321.31º 0.48% 0.43% -
HSV(B) 321.31º 0.65% 0.64% -
XYZ 20.54 12.33 21.04 -
YUV 96.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 164 57 126 0 0.65 0.23 0.36 321.31 0.48 0.43
Hex A4 39 7E 0 41 17 24 141 30 2B
Octal 244 71 176 0 101 27 44 501 60 53
Binary 10100100 111001 1111110 0 1000001 10111 100100 101000001 110000 101011

Color Harmonies of #A4397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4397E

Black with #A4397E

Text Example


Text Example

White with #A4397E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4397E; }

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

 H1.HeaderClassName
 {
   color: #A4397E;
 }
 .AnyTagClassName
 {
   color: #A4397E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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