Html Css Color HEX #A53093 Medium Red Violet

📋 copy color: '#A53093'

red 165 ◦ green 48 ◦ blue 147

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

Shades of Medium Red Violet #A53093

Tints of Medium Red Violet #A53093

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.33%

 BLUE value IS 147 (57.81% from 255) = 40.83%

R = 45.83%
G = 13.33%
B = 40.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A53093 (or 0xA53093) is known color: Medium Red Violet. HEX triplet: A5, 30 and 93. RGB value is (165,48,147). Sum of RGB (Red+Green+Blue) = 165+48+147=360 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.83% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 165 - color contains mainly: red. Hex color #A53093 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53093 is #5ACF6C. Grayscale: #5D5D5D. Windows color (decimal): -5951341 or 9646245. OLE color: 9646245.

HSL color Cylindrical-coordinate representation of color #A53093: hue angle of 309.23º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53093 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 48 147 -
CMYK 0 0.71 0.11 0.35
HSL 309.23º 0.55% 0.42% -
HSV(B) 309.23º 0.71% 0.65% -
XYZ 21.84 12.22 28.81 -
YUV 94.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 165 48 147 0 0.71 0.11 0.35 309.23 0.55 0.42
Hex A5 30 93 0 47 B 23 135 37 2A
Octal 245 60 223 0 107 13 43 465 67 52
Binary 10100101 110000 10010011 0 1000111 1011 100011 100110101 110111 101010

Color Harmonies of #A53093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53093

Black with #A53093

Text Example


Text Example

White with #A53093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53093; }

 p { color: rgb(165,48,147); }

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

background-color css

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

 a { background-color: rgb(165,48,147); }

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

border-color css

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

 span { border-color: rgb(165,48,147); }

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