Html Css Color HEX #A53379 Medium Red Violet

📋 copy color: '#A53379'

red 165 ◦ green 51 ◦ blue 121

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

Shades of Medium Red Violet #A53379

Tints of Medium Red Violet #A53379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.13%

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

R = 48.96%
G = 15.13%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A53379 (or 0xA53379) is known color: Medium Red Violet. HEX triplet: A5, 33 and 79. RGB value is (165,51,121). Sum of RGB (Red+Green+Blue) = 165+51+121=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A53379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53379 is #5ACC86. Grayscale: #5C5C5C. Windows color (decimal): -5950599 or 7943077. OLE color: 7943077.

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

Color convert

RGB 165 51 121 -
CMYK 0 0.69 0.27 0.35
HSL 323.16º 0.53% 0.42% -
HSV(B) 323.16º 0.69% 0.65% -
XYZ 20.15 11.75 19.29 -
YUV 93.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 165 51 121 0 0.69 0.27 0.35 323.16 0.53 0.42
Hex A5 33 79 0 45 1B 23 143 35 2A
Octal 245 63 171 0 105 33 43 503 65 52
Binary 10100101 110011 1111001 0 1000101 11011 100011 101000011 110101 101010

Color Harmonies of #A53379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53379

Black with #A53379

Text Example


Text Example

White with #A53379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53379; }

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

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

background-color css

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

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

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

border-color css

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

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

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