Html Css Color HEX #A03793 Medium Red Violet

📋 copy color: '#A03793'

red 160 ◦ green 55 ◦ blue 147

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

Shades of Medium Red Violet #A03793

Tints of Medium Red Violet #A03793

RGB

 RED value IS 160 (62.89% from 255) = 44.2%

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

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

R = 44.2%
G = 15.19%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#A03793 (or 0xA03793) is known color: Medium Red Violet. HEX triplet: A0, 37 and 93. RGB value is (160,55,147). Sum of RGB (Red+Green+Blue) = 160+55+147=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A03793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03793 is #5FC86C. Grayscale: #606060. Windows color (decimal): -6277229 or 9648032. OLE color: 9648032.

HSL color Cylindrical-coordinate representation of color #A03793: hue angle of 307.43º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A03793 is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 147 -
CMYK 0 0.66 0.08 0.37
HSL 307.43º 0.49% 0.42% -
HSV(B) 307.43º 0.66% 0.63% -
XYZ 21.13 12.31 28.87 -
YUV 96.88 156.29 173.02 -
System Red Green Blue C M Y K H S L
Decimal 160 55 147 0 0.66 0.08 0.37 307.43 0.49 0.42
Hex A0 37 93 0 42 8 25 133 31 2A
Octal 240 67 223 0 102 10 45 463 61 52
Binary 10100000 110111 10010011 0 1000010 1000 100101 100110011 110001 101010

Color Harmonies of #A03793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03793

Black with #A03793

Text Example


Text Example

White with #A03793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03793; }

 p { color: rgb(160,55,147); }

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

background-color css

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

 a { background-color: rgb(160,55,147); }

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

border-color css

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

 span { border-color: rgb(160,55,147); }

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