Html Css Color HEX #A43079 Medium Red Violet

📋 copy color: '#A43079'

red 164 ◦ green 48 ◦ blue 121

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

Shades of Medium Red Violet #A43079

Tints of Medium Red Violet #A43079

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.41%

 BLUE value IS 121 (47.66% from 255) = 36.34%

R = 49.25%
G = 14.41%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A43079 (or 0xA43079) is known color: Medium Red Violet. HEX triplet: A4, 30 and 79. RGB value is (164,48,121). Sum of RGB (Red+Green+Blue) = 164+48+121=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 48 (19.14% from 255 or 14.41% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A43079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43079 is #5BCF86. Grayscale: #5A5A5A. Windows color (decimal): -6016903 or 7942308. OLE color: 7942308.

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

Color convert

RGB 164 48 121 -
CMYK 0 0.71 0.26 0.36
HSL 322.24º 0.55% 0.42% -
HSV(B) 322.24º 0.71% 0.64% -
XYZ 19.82 11.39 19.24 -
YUV 91.01 144.93 180.06 -
System Red Green Blue C M Y K H S L
Decimal 164 48 121 0 0.71 0.26 0.36 322.24 0.55 0.42
Hex A4 30 79 0 47 1A 24 142 37 2A
Octal 244 60 171 0 107 32 44 502 67 52
Binary 10100100 110000 1111001 0 1000111 11010 100100 101000010 110111 101010

Color Harmonies of #A43079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43079

Black with #A43079

Text Example


Text Example

White with #A43079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43079; }

 p { color: rgb(164,48,121); }

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

background-color css

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

 a { background-color: rgb(164,48,121); }

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

border-color css

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

 span { border-color: rgb(164,48,121); }

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