Html Css Color HEX #A12979 Medium Red Violet

📋 copy color: '#A12979'

red 161 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #A12979

Tints of Medium Red Violet #A12979

RGB

 RED value IS 161 (63.28% from 255) = 49.85%

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

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

R = 49.85%
G = 12.69%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A12979 (or 0xA12979) is known color: Medium Red Violet. HEX triplet: A1, 29 and 79. RGB value is (161,41,121). Sum of RGB (Red+Green+Blue) = 161+41+121=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A12979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12979 is #5ED686. Grayscale: #555555. Windows color (decimal): -6215303 or 7940513. OLE color: 7940513.

HSL color Cylindrical-coordinate representation of color #A12979: hue angle of 320º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12979 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 121 -
CMYK 0 0.75 0.25 0.37
HSL 320º 0.59% 0.4% -
HSV(B) 320º 0.75% 0.63% -
XYZ 18.94 10.54 19.13 -
YUV 86 147.76 181.5 -
System Red Green Blue C M Y K H S L
Decimal 161 41 121 0 0.75 0.25 0.37 320 0.59 0.4
Hex A1 29 79 0 4B 19 25 140 3B 28
Octal 241 51 171 0 113 31 45 500 73 50
Binary 10100001 101001 1111001 0 1001011 11001 100101 101000000 111011 101000

Color Harmonies of #A12979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12979

Black with #A12979

Text Example


Text Example

White with #A12979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12979; }

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

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

background-color css

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

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

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

border-color css

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

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

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