Html Css Color HEX #A53178 Medium Red Violet

📋 copy color: '#A53178'

red 165 ◦ green 49 ◦ blue 120

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

Shades of Medium Red Violet #A53178

Tints of Medium Red Violet #A53178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 120 (47.27% from 255) = 35.93%

R = 49.4%
G = 14.67%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A53178 (or 0xA53178) is known color: Medium Red Violet. HEX triplet: A5, 31 and 78. RGB value is (165,49,120). Sum of RGB (Red+Green+Blue) = 165+49+120=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 120 (47.27% from 255 or 35.93% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53178 is #5ACE87. Grayscale: #5B5B5B. Windows color (decimal): -5951112 or 7877029. OLE color: 7877029.

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

Color convert

RGB 165 49 120 -
CMYK 0 0.70 0.27 0.35
HSL 323.28º 0.54% 0.42% -
HSV(B) 323.28º 0.7% 0.65% -
XYZ 20.01 11.55 18.94 -
YUV 91.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 165 49 120 0 0.70 0.27 0.35 323.28 0.54 0.42
Hex A5 31 78 0 46 1B 23 143 36 2A
Octal 245 61 170 0 106 33 43 503 66 52
Binary 10100101 110001 1111000 0 1000110 11011 100011 101000011 110110 101010

Color Harmonies of #A53178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53178

Black with #A53178

Text Example


Text Example

White with #A53178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53178; }

 p { color: rgb(165,49,120); }

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

background-color css

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

 a { background-color: rgb(165,49,120); }

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

border-color css

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

 span { border-color: rgb(165,49,120); }

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