Html Css Color HEX #A53394 Medium Red Violet

📋 copy color: '#A53394'

red 165 ◦ green 51 ◦ blue 148

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

Shades of Medium Red Violet #A53394

Tints of Medium Red Violet #A53394

RGB

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

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

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

R = 45.33%
G = 14.01%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A53394 (or 0xA53394) is known color: Medium Red Violet. HEX triplet: A5, 33 and 94. RGB value is (165,51,148). Sum of RGB (Red+Green+Blue) = 165+51+148=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A53394 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53394 is #5ACC6B. Grayscale: #5F5F5F. Windows color (decimal): -5950572 or 9712549. OLE color: 9712549.

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

Color convert

RGB 165 51 148 -
CMYK 0 0.69 0.10 0.35
HSL 308.95º 0.53% 0.42% -
HSV(B) 308.95º 0.69% 0.65% -
XYZ 22.05 12.51 29.27 -
YUV 96.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 165 51 148 0 0.69 0.10 0.35 308.95 0.53 0.42
Hex A5 33 94 0 45 A 23 135 35 2A
Octal 245 63 224 0 105 12 43 465 65 52
Binary 10100101 110011 10010100 0 1000101 1010 100011 100110101 110101 101010

Color Harmonies of #A53394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53394

Black with #A53394

Text Example


Text Example

White with #A53394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53394; }

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

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

background-color css

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

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

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

border-color css

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

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

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