Html Css Color HEX #A53292 Medium Red Violet

📋 copy color: '#A53292'

red 165 ◦ green 50 ◦ blue 146

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

Shades of Medium Red Violet #A53292

Tints of Medium Red Violet #A53292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 45.71%
G = 13.85%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A53292 (or 0xA53292) is known color: Medium Red Violet. HEX triplet: A5, 32 and 92. RGB value is (165,50,146). Sum of RGB (Red+Green+Blue) = 165+50+146=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A53292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53292 is #5ACD6D. Grayscale: #5F5F5F. Windows color (decimal): -5950830 or 9581221. OLE color: 9581221.

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

Color convert

RGB 165 50 146 -
CMYK 0 0.70 0.12 0.35
HSL 309.91º 0.53% 0.42% -
HSV(B) 309.91º 0.7% 0.65% -
XYZ 21.85 12.36 28.43 -
YUV 95.33 156.6 177.69 -
System Red Green Blue C M Y K H S L
Decimal 165 50 146 0 0.70 0.12 0.35 309.91 0.53 0.42
Hex A5 32 92 0 46 C 23 136 35 2A
Octal 245 62 222 0 106 14 43 466 65 52
Binary 10100101 110010 10010010 0 1000110 1100 100011 100110110 110101 101010

Color Harmonies of #A53292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53292

Black with #A53292

Text Example


Text Example

White with #A53292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53292; }

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

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

background-color css

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

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

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

border-color css

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

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

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