Html Css Color HEX #A53994 Medium Red Violet

📋 copy color: '#A53994'

red 165 ◦ green 57 ◦ blue 148

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

Shades of Medium Red Violet #A53994

Tints of Medium Red Violet #A53994

RGB

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

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

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

R = 44.59%
G = 15.41%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A53994 (or 0xA53994) is known color: Medium Red Violet. HEX triplet: A5, 39 and 94. RGB value is (165,57,148). Sum of RGB (Red+Green+Blue) = 165+57+148=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A53994 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53994 is #5AC66B. Grayscale: #636363. Windows color (decimal): -5949036 or 9714085. OLE color: 9714085.

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

Color convert

RGB 165 57 148 -
CMYK 0 0.65 0.10 0.35
HSL 309.44º 0.49% 0.44% -
HSV(B) 309.44º 0.65% 0.65% -
XYZ 22.33 13.06 29.36 -
YUV 99.67 155.28 174.6 -
System Red Green Blue C M Y K H S L
Decimal 165 57 148 0 0.65 0.10 0.35 309.44 0.49 0.44
Hex A5 39 94 0 41 A 23 135 31 2C
Octal 245 71 224 0 101 12 43 465 61 54
Binary 10100101 111001 10010100 0 1000001 1010 100011 100110101 110001 101100

Color Harmonies of #A53994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53994

Black with #A53994

Text Example


Text Example

White with #A53994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53994; }

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

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

background-color css

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

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

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

border-color css

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

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

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