Html Css Color HEX #A53986 Medium Red Violet

📋 copy color: '#A53986'

red 165 ◦ green 57 ◦ blue 134

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

Shades of Medium Red Violet #A53986

Tints of Medium Red Violet #A53986

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.01%

 BLUE value IS 134 (52.73% from 255) = 37.64%

R = 46.35%
G = 16.01%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53986 (or 0xA53986) is known color: Medium Red Violet. HEX triplet: A5, 39 and 86. RGB value is (165,57,134). Sum of RGB (Red+Green+Blue) = 165+57+134=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A53986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53986 is #5AC679. Grayscale: #616161. Windows color (decimal): -5949050 or 8796581. OLE color: 8796581.

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

Color convert

RGB 165 57 134 -
CMYK 0 0.65 0.19 0.35
HSL 317.22º 0.49% 0.44% -
HSV(B) 317.22º 0.65% 0.65% -
XYZ 21.28 12.65 23.87 -
YUV 98.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 165 57 134 0 0.65 0.19 0.35 317.22 0.49 0.44
Hex A5 39 86 0 41 13 23 13D 31 2C
Octal 245 71 206 0 101 23 43 475 61 54
Binary 10100101 111001 10000110 0 1000001 10011 100011 100111101 110001 101100

Color Harmonies of #A53986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53986

Black with #A53986

Text Example


Text Example

White with #A53986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53986; }

 p { color: rgb(165,57,134); }

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

background-color css

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

 a { background-color: rgb(165,57,134); }

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

border-color css

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

 span { border-color: rgb(165,57,134); }

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