Html Css Color HEX #A52379 Medium Red Violet

📋 copy color: '#A52379'

red 165 ◦ green 35 ◦ blue 121

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

Shades of Medium Red Violet #A52379

Tints of Medium Red Violet #A52379

RGB

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

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

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

R = 51.4%
G = 10.9%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A52379 (or 0xA52379) is known color: Medium Red Violet. HEX triplet: A5, 23 and 79. RGB value is (165,35,121). Sum of RGB (Red+Green+Blue) = 165+35+121=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A52379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52379 is #5ADC86. Grayscale: #535353. Windows color (decimal): -5954695 or 7938981. OLE color: 7938981.

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

Color convert

RGB 165 35 121 -
CMYK 0 0.79 0.27 0.35
HSL 320.31º 0.65% 0.39% -
HSV(B) 320.31º 0.79% 0.65% -
XYZ 19.57 10.58 19.1 -
YUV 83.67 149.07 186.01 -
System Red Green Blue C M Y K H S L
Decimal 165 35 121 0 0.79 0.27 0.35 320.31 0.65 0.39
Hex A5 23 79 0 4F 1B 23 140 41 27
Octal 245 43 171 0 117 33 43 500 101 47
Binary 10100101 100011 1111001 0 1001111 11011 100011 101000000 1000001 100111

Color Harmonies of #A52379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52379

Black with #A52379

Text Example


Text Example

White with #A52379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52379; }

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

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

background-color css

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

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

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

border-color css

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

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

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