Html Css Color HEX #A42379 Medium Red Violet

📋 copy color: '#A42379'

red 164 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #A42379

Tints of Medium Red Violet #A42379

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

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

R = 51.25%
G = 10.94%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A42379 (or 0xA42379) is known color: Medium Red Violet. HEX triplet: A4, 23 and 79. RGB value is (164,35,121). Sum of RGB (Red+Green+Blue) = 164+35+121=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A42379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A42379 is #5BDC86. Grayscale: #535353. Windows color (decimal): -6020231 or 7938980. OLE color: 7938980.

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

Color convert

RGB 164 35 121 -
CMYK 0 0.79 0.26 0.36
HSL 320º 0.65% 0.39% -
HSV(B) 320º 0.79% 0.64% -
XYZ 19.36 10.48 19.09 -
YUV 83.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 164 35 121 0 0.79 0.26 0.36 320 0.65 0.39
Hex A4 23 79 0 4F 1A 24 140 41 27
Octal 244 43 171 0 117 32 44 500 101 47
Binary 10100100 100011 1111001 0 1001111 11010 100100 101000000 1000001 100111

Color Harmonies of #A42379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42379

Black with #A42379

Text Example


Text Example

White with #A42379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42379; }

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

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

background-color css

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

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

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

border-color css

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

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

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