Html Css Color HEX #A53286 Medium Red Violet

📋 copy color: '#A53286'

red 165 ◦ green 50 ◦ blue 134

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

Shades of Medium Red Violet #A53286

Tints of Medium Red Violet #A53286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.33%

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

R = 47.28%
G = 14.33%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A53286 (or 0xA53286) is known color: Medium Red Violet. HEX triplet: A5, 32 and 86. RGB value is (165,50,134). Sum of RGB (Red+Green+Blue) = 165+50+134=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A53286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53286 is #5ACD79. Grayscale: #5D5D5D. Windows color (decimal): -5950842 or 8794789. OLE color: 8794789.

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

Color convert

RGB 165 50 134 -
CMYK 0 0.70 0.19 0.35
HSL 316.17º 0.53% 0.42% -
HSV(B) 316.17º 0.7% 0.65% -
XYZ 20.96 12 23.77 -
YUV 93.96 150.6 178.67 -
System Red Green Blue C M Y K H S L
Decimal 165 50 134 0 0.70 0.19 0.35 316.17 0.53 0.42
Hex A5 32 86 0 46 13 23 13C 35 2A
Octal 245 62 206 0 106 23 43 474 65 52
Binary 10100101 110010 10000110 0 1000110 10011 100011 100111100 110101 101010

Color Harmonies of #A53286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53286

Black with #A53286

Text Example


Text Example

White with #A53286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53286; }

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

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

background-color css

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

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

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

border-color css

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

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

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