Html Css Color HEX #A53794 Medium Red Violet

📋 copy color: '#A53794'

red 165 ◦ green 55 ◦ blue 148

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

Shades of Medium Red Violet #A53794

Tints of Medium Red Violet #A53794

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.95%

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 44.84%
G = 14.95%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A53794 (or 0xA53794) is known color: Medium Red Violet. HEX triplet: A5, 37 and 94. RGB value is (165,55,148). Sum of RGB (Red+Green+Blue) = 165+55+148=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A53794 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53794 is #5AC86B. Grayscale: #626262. Windows color (decimal): -5949548 or 9713573. OLE color: 9713573.

HSL color Cylindrical-coordinate representation of color #A53794: hue angle of 309.27º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53794 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 55 148 -
CMYK 0 0.67 0.10 0.35
HSL 309.27º 0.5% 0.43% -
HSV(B) 309.27º 0.67% 0.65% -
XYZ 22.23 12.87 29.33 -
YUV 98.49 155.94 175.44 -
System Red Green Blue C M Y K H S L
Decimal 165 55 148 0 0.67 0.10 0.35 309.27 0.5 0.43
Hex A5 37 94 0 43 A 23 135 32 2B
Octal 245 67 224 0 103 12 43 465 62 53
Binary 10100101 110111 10010100 0 1000011 1010 100011 100110101 110010 101011

Color Harmonies of #A53794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53794

Black with #A53794

Text Example


Text Example

White with #A53794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53794; }

 p { color: rgb(165,55,148); }

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

background-color css

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

 a { background-color: rgb(165,55,148); }

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

border-color css

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

 span { border-color: rgb(165,55,148); }

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