Html Css Color HEX #A53193 Medium Red Violet

📋 copy color: '#A53193'

red 165 ◦ green 49 ◦ blue 147

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

Shades of Medium Red Violet #A53193

Tints of Medium Red Violet #A53193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 45.71%
G = 13.57%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A53193 (or 0xA53193) is known color: Medium Red Violet. HEX triplet: A5, 31 and 93. RGB value is (165,49,147). Sum of RGB (Red+Green+Blue) = 165+49+147=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53193 is #5ACE6C. Grayscale: #5E5E5E. Windows color (decimal): -5951085 or 9646501. OLE color: 9646501.

HSL color Cylindrical-coordinate representation of color #A53193: hue angle of 309.31º 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 #A53193 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 49 147 -
CMYK 0 0.70 0.11 0.35
HSL 309.31º 0.54% 0.42% -
HSV(B) 309.31º 0.7% 0.65% -
XYZ 21.88 12.3 28.83 -
YUV 94.86 157.43 178.03 -
System Red Green Blue C M Y K H S L
Decimal 165 49 147 0 0.70 0.11 0.35 309.31 0.54 0.42
Hex A5 31 93 0 46 B 23 135 36 2A
Octal 245 61 223 0 106 13 43 465 66 52
Binary 10100101 110001 10010011 0 1000110 1011 100011 100110101 110110 101010

Color Harmonies of #A53193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53193

Black with #A53193

Text Example


Text Example

White with #A53193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53193; }

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

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

background-color css

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

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

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

border-color css

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

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

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