Html Css Color HEX #A52979 Medium Red Violet

📋 copy color: '#A52979'

red 165 ◦ green 41 ◦ blue 121

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

Shades of Medium Red Violet #A52979

Tints of Medium Red Violet #A52979

RGB

 RED value IS 165 (64.84% from 255) = 50.46%

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

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

R = 50.46%
G = 12.54%
B = 37%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52979 (or 0xA52979) is known color: Medium Red Violet. HEX triplet: A5, 29 and 79. RGB value is (165,41,121). Sum of RGB (Red+Green+Blue) = 165+41+121=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 121 (47.66% from 255 or 37.00% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A52979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52979 is #5AD686. Grayscale: #575757. Windows color (decimal): -5953159 or 7940517. OLE color: 7940517.

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

Color convert

RGB 165 41 121 -
CMYK 0 0.75 0.27 0.35
HSL 321.29º 0.6% 0.4% -
HSV(B) 321.29º 0.75% 0.65% -
XYZ 19.76 10.97 19.16 -
YUV 87.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 165 41 121 0 0.75 0.27 0.35 321.29 0.6 0.4
Hex A5 29 79 0 4B 1B 23 141 3C 28
Octal 245 51 171 0 113 33 43 501 74 50
Binary 10100101 101001 1111001 0 1001011 11011 100011 101000001 111100 101000

Color Harmonies of #A52979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52979

Black with #A52979

Text Example


Text Example

White with #A52979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52979; }

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

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

background-color css

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

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

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

border-color css

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

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

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