Html Css Color HEX #A53386 Medium Red Violet

📋 copy color: '#A53386'

red 165 ◦ green 51 ◦ blue 134

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

Shades of Medium Red Violet #A53386

Tints of Medium Red Violet #A53386

RGB

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

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

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

R = 47.14%
G = 14.57%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53386 (or 0xA53386) is known color: Medium Red Violet. HEX triplet: A5, 33 and 86. RGB value is (165,51,134). Sum of RGB (Red+Green+Blue) = 165+51+134=350 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.14% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 165 - color contains mainly: red. Hex color #A53386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53386 is #5ACC79. Grayscale: #5E5E5E. Windows color (decimal): -5950586 or 8795045. OLE color: 8795045.

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

Color convert

RGB 165 51 134 -
CMYK 0 0.69 0.19 0.35
HSL 316.32º 0.53% 0.42% -
HSV(B) 316.32º 0.69% 0.65% -
XYZ 21 12.09 23.78 -
YUV 94.55 150.27 178.25 -
System Red Green Blue C M Y K H S L
Decimal 165 51 134 0 0.69 0.19 0.35 316.32 0.53 0.42
Hex A5 33 86 0 45 13 23 13C 35 2A
Octal 245 63 206 0 105 23 43 474 65 52
Binary 10100101 110011 10000110 0 1000101 10011 100011 100111100 110101 101010

Color Harmonies of #A53386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53386

Black with #A53386

Text Example


Text Example

White with #A53386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53386; }

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

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

background-color css

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

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

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

border-color css

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

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

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