Html Css Color HEX #A03790 Medium Red Violet

📋 copy color: '#A03790'

red 160 ◦ green 55 ◦ blue 144

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

Shades of Medium Red Violet #A03790

Tints of Medium Red Violet #A03790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.11%

R = 44.57%
G = 15.32%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.1

 K value IS 0.37

RGB Variations

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

Color information

#A03790 (or 0xA03790) is known color: Medium Red Violet. HEX triplet: A0, 37 and 90. RGB value is (160,55,144). Sum of RGB (Red+Green+Blue) = 160+55+144=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A03790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03790 is #5FC86F. Grayscale: #606060. Windows color (decimal): -6277232 or 9451424. OLE color: 9451424.

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

Color convert

RGB 160 55 144 -
CMYK 0 0.66 0.1 0.37
HSL 309.14º 0.49% 0.42% -
HSV(B) 309.14º 0.66% 0.63% -
XYZ 20.9 12.22 27.64 -
YUV 96.54 154.79 173.26 -
System Red Green Blue C M Y K H S L
Decimal 160 55 144 0 0.66 0.1 0.37 309.14 0.49 0.42
Hex A0 37 90 0 42 A 25 135 31 2A
Octal 240 67 220 0 102 12 45 465 61 52
Binary 10100000 110111 10010000 0 1000010 1010 100101 100110101 110001 101010

Color Harmonies of #A03790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03790

Black with #A03790

Text Example


Text Example

White with #A03790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03790; }

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

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

background-color css

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

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

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

border-color css

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

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

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