Html Css Color HEX #A43377 Medium Red Violet

📋 copy color: '#A43377'

red 164 ◦ green 51 ◦ blue 119

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

Shades of Medium Red Violet #A43377

Tints of Medium Red Violet #A43377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 49.1%
G = 15.27%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A43377 (or 0xA43377) is known color: Medium Red Violet. HEX triplet: A4, 33 and 77. RGB value is (164,51,119). Sum of RGB (Red+Green+Blue) = 164+51+119=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A43377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43377 is #5BCC88. Grayscale: #5C5C5C. Windows color (decimal): -6016137 or 7812004. OLE color: 7812004.

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

Color convert

RGB 164 51 119 -
CMYK 0 0.69 0.27 0.36
HSL 323.89º 0.53% 0.42% -
HSV(B) 323.89º 0.69% 0.64% -
XYZ 19.82 11.59 18.65 -
YUV 92.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 164 51 119 0 0.69 0.27 0.36 323.89 0.53 0.42
Hex A4 33 77 0 45 1B 24 144 35 2A
Octal 244 63 167 0 105 33 44 504 65 52
Binary 10100100 110011 1110111 0 1000101 11011 100100 101000100 110101 101010

Color Harmonies of #A43377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43377

Black with #A43377

Text Example


Text Example

White with #A43377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43377; }

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

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

background-color css

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

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

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

border-color css

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

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

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