Html Css Color HEX #A4337F Medium Red Violet

📋 copy color: '#A4337F'

red 164 ◦ green 51 ◦ blue 127

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

Shades of Medium Red Violet #A4337F

Tints of Medium Red Violet #A4337F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

 BLUE value IS 127 (50% from 255) = 37.13%

R = 47.95%
G = 14.91%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4337F (or 0xA4337F) is known color: Medium Red Violet. HEX triplet: A4, 33 and 7F. RGB value is (164,51,127). Sum of RGB (Red+Green+Blue) = 164+51+127=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A4337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4337F is #5BCC80. Grayscale: #5D5D5D. Windows color (decimal): -6016129 or 8336292. OLE color: 8336292.

HSL color Cylindrical-coordinate representation of color #A4337F: hue angle of 319.65º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4337F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 51 127 -
CMYK 0 0.69 0.23 0.36
HSL 319.65º 0.53% 0.42% -
HSV(B) 319.65º 0.69% 0.64% -
XYZ 20.32 11.79 21.28 -
YUV 93.45 146.94 178.32 -
System Red Green Blue C M Y K H S L
Decimal 164 51 127 0 0.69 0.23 0.36 319.65 0.53 0.42
Hex A4 33 7F 0 45 17 24 140 35 2A
Octal 244 63 177 0 105 27 44 500 65 52
Binary 10100100 110011 1111111 0 1000101 10111 100100 101000000 110101 101010

Color Harmonies of #A4337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4337F

Black with #A4337F

Text Example


Text Example

White with #A4337F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4337F; }

 p { color: rgb(164,51,127); }

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

background-color css

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

 a { background-color: rgb(164,51,127); }

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

border-color css

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

 span { border-color: rgb(164,51,127); }

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