Html Css Color HEX #A42079 Medium Red Violet

📋 copy color: '#A42079'

red 164 ◦ green 32 ◦ blue 121

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

Shades of Medium Red Violet #A42079

Tints of Medium Red Violet #A42079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

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

R = 51.74%
G = 10.09%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A42079 (or 0xA42079) is known color: Medium Red Violet. HEX triplet: A4, 20 and 79. RGB value is (164,32,121). Sum of RGB (Red+Green+Blue) = 164+32+121=317 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.74% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 164 - color contains mainly: red. Hex color #A42079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42079 is #5BDF86. Grayscale: #515151. Windows color (decimal): -6020999 or 7938212. OLE color: 7938212.

HSL color Cylindrical-coordinate representation of color #A42079: hue angle of 319.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42079 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 121 -
CMYK 0 0.80 0.26 0.36
HSL 319.55º 0.67% 0.38% -
HSV(B) 319.55º 0.8% 0.64% -
XYZ 19.28 10.31 19.06 -
YUV 81.61 150.23 186.76 -
System Red Green Blue C M Y K H S L
Decimal 164 32 121 0 0.80 0.26 0.36 319.55 0.67 0.38
Hex A4 20 79 0 50 1A 24 140 43 26
Octal 244 40 171 0 120 32 44 500 103 46
Binary 10100100 100000 1111001 0 1010000 11010 100100 101000000 1000011 100110

Color Harmonies of #A42079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42079

Black with #A42079

Text Example


Text Example

White with #A42079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42079; }

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

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

background-color css

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

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

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

border-color css

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

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

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