Html Css Color HEX #A4377F Medium Red Violet

📋 copy color: '#A4377F'

red 164 ◦ green 55 ◦ blue 127

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

Shades of Medium Red Violet #A4377F

Tints of Medium Red Violet #A4377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.9%

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

R = 47.4%
G = 15.9%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4377F (or 0xA4377F) is known color: Medium Red Violet. HEX triplet: A4, 37 and 7F. RGB value is (164,55,127). Sum of RGB (Red+Green+Blue) = 164+55+127=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 164 - color contains mainly: red. Hex color #A4377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4377F is #5BC880. Grayscale: #5F5F5F. Windows color (decimal): -6015105 or 8337316. OLE color: 8337316.

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

Color convert

RGB 164 55 127 -
CMYK 0 0.66 0.23 0.36
HSL 320.37º 0.5% 0.43% -
HSV(B) 320.37º 0.66% 0.64% -
XYZ 20.51 12.16 21.34 -
YUV 95.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 164 55 127 0 0.66 0.23 0.36 320.37 0.5 0.43
Hex A4 37 7F 0 42 17 24 140 32 2B
Octal 244 67 177 0 102 27 44 500 62 53
Binary 10100100 110111 1111111 0 1000010 10111 100100 101000000 110010 101011

Color Harmonies of #A4377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4377F

Black with #A4377F

Text Example


Text Example

White with #A4377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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