Html Css Color HEX #A42979 Medium Red Violet

📋 copy color: '#A42979'

red 164 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #A42979

Tints of Medium Red Violet #A42979

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.58%

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

R = 50.31%
G = 12.58%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A42979 (or 0xA42979) is known color: Medium Red Violet. HEX triplet: A4, 29 and 79. RGB value is (164,41,121). Sum of RGB (Red+Green+Blue) = 164+41+121=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 41 (16.41% from 255 or 12.58% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A42979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42979 is #5BD686. Grayscale: #565656. Windows color (decimal): -6018695 or 7940516. OLE color: 7940516.

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

Color convert

RGB 164 41 121 -
CMYK 0 0.75 0.26 0.36
HSL 320.98º 0.6% 0.4% -
HSV(B) 320.98º 0.75% 0.64% -
XYZ 19.55 10.86 19.15 -
YUV 86.9 147.25 183 -
System Red Green Blue C M Y K H S L
Decimal 164 41 121 0 0.75 0.26 0.36 320.98 0.6 0.4
Hex A4 29 79 0 4B 1A 24 141 3C 28
Octal 244 51 171 0 113 32 44 501 74 50
Binary 10100100 101001 1111001 0 1001011 11010 100100 101000001 111100 101000

Color Harmonies of #A42979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42979

Black with #A42979

Text Example


Text Example

White with #A42979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42979; }

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

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

background-color css

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

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

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

border-color css

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

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

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