Html Css Color HEX #A03791 Medium Red Violet

📋 copy color: '#A03791'

red 160 ◦ green 55 ◦ blue 145

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

Shades of Medium Red Violet #A03791

Tints of Medium Red Violet #A03791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 44.44%
G = 15.28%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A03791 (or 0xA03791) is known color: Medium Red Violet. HEX triplet: A0, 37 and 91. RGB value is (160,55,145). Sum of RGB (Red+Green+Blue) = 160+55+145=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 55 (21.88% from 255 or 15.28% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A03791 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03791 is #5FC86E. Grayscale: #606060. Windows color (decimal): -6277231 or 9516960. OLE color: 9516960.

HSL color Cylindrical-coordinate representation of color #A03791: hue angle of 308.57º 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 #A03791 is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 145 -
CMYK 0 0.66 0.09 0.37
HSL 308.57º 0.49% 0.42% -
HSV(B) 308.57º 0.66% 0.63% -
XYZ 20.97 12.25 28.05 -
YUV 96.66 155.29 173.18 -
System Red Green Blue C M Y K H S L
Decimal 160 55 145 0 0.66 0.09 0.37 308.57 0.49 0.42
Hex A0 37 91 0 42 9 25 135 31 2A
Octal 240 67 221 0 102 11 45 465 61 52
Binary 10100000 110111 10010001 0 1000010 1001 100101 100110101 110001 101010

Color Harmonies of #A03791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03791

Black with #A03791

Text Example


Text Example

White with #A03791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03791; }

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

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

background-color css

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

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

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

border-color css

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

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

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