Html Css Color HEX #A53391 Medium Red Violet

📋 copy color: '#A53391'

red 165 ◦ green 51 ◦ blue 145

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

Shades of Medium Red Violet #A53391

Tints of Medium Red Violet #A53391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 45.71%
G = 14.13%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A53391 (or 0xA53391) is known color: Medium Red Violet. HEX triplet: A5, 33 and 91. RGB value is (165,51,145). Sum of RGB (Red+Green+Blue) = 165+51+145=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53391 is #5ACC6E. Grayscale: #5F5F5F. Windows color (decimal): -5950575 or 9515941. OLE color: 9515941.

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

Color convert

RGB 165 51 145 -
CMYK 0 0.69 0.12 0.35
HSL 310.53º 0.53% 0.42% -
HSV(B) 310.53º 0.69% 0.65% -
XYZ 21.81 12.41 28.03 -
YUV 95.8 155.77 177.36 -
System Red Green Blue C M Y K H S L
Decimal 165 51 145 0 0.69 0.12 0.35 310.53 0.53 0.42
Hex A5 33 91 0 45 C 23 137 35 2A
Octal 245 63 221 0 105 14 43 467 65 52
Binary 10100101 110011 10010001 0 1000101 1100 100011 100110111 110101 101010

Color Harmonies of #A53391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53391

Black with #A53391

Text Example


Text Example

White with #A53391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53391; }

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

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

background-color css

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

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

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

border-color css

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

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

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