Html Css Color HEX #A53983 Medium Red Violet

📋 copy color: '#A53983'

red 165 ◦ green 57 ◦ blue 131

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

Shades of Medium Red Violet #A53983

Tints of Medium Red Violet #A53983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 37.11%

R = 46.74%
G = 16.15%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A53983 (or 0xA53983) is known color: Medium Red Violet. HEX triplet: A5, 39 and 83. RGB value is (165,57,131). Sum of RGB (Red+Green+Blue) = 165+57+131=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A53983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53983 is #5AC67C. Grayscale: #616161. Windows color (decimal): -5949053 or 8599973. OLE color: 8599973.

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

Color convert

RGB 165 57 131 -
CMYK 0 0.65 0.21 0.35
HSL 318.89º 0.49% 0.44% -
HSV(B) 318.89º 0.65% 0.65% -
XYZ 21.08 12.56 22.79 -
YUV 97.73 146.78 175.98 -
System Red Green Blue C M Y K H S L
Decimal 165 57 131 0 0.65 0.21 0.35 318.89 0.49 0.44
Hex A5 39 83 0 41 15 23 13F 31 2C
Octal 245 71 203 0 101 25 43 477 61 54
Binary 10100101 111001 10000011 0 1000001 10101 100011 100111111 110001 101100

Color Harmonies of #A53983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53983

Black with #A53983

Text Example


Text Example

White with #A53983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53983; }

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

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

background-color css

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

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

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

border-color css

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

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

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