Html Css Color HEX #A03782 Medium Red Violet

📋 copy color: '#A03782'

red 160 ◦ green 55 ◦ blue 130

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

Shades of Medium Red Violet #A03782

Tints of Medium Red Violet #A03782

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.68%

R = 46.38%
G = 15.94%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A03782 (or 0xA03782) is known color: Medium Red Violet. HEX triplet: A0, 37 and 82. RGB value is (160,55,130). Sum of RGB (Red+Green+Blue) = 160+55+130=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 130 (51.17% from 255 or 37.68% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A03782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03782 is #5FC87D. Grayscale: #5E5E5E. Windows color (decimal): -6277246 or 8533920. OLE color: 8533920.

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

Color convert

RGB 160 55 130 -
CMYK 0 0.66 0.19 0.37
HSL 317.14º 0.49% 0.42% -
HSV(B) 317.14º 0.66% 0.63% -
XYZ 19.89 11.82 22.35 -
YUV 94.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 160 55 130 0 0.66 0.19 0.37 317.14 0.49 0.42
Hex A0 37 82 0 42 13 25 13D 31 2A
Octal 240 67 202 0 102 23 45 475 61 52
Binary 10100000 110111 10000010 0 1000010 10011 100101 100111101 110001 101010

Color Harmonies of #A03782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03782

Black with #A03782

Text Example


Text Example

White with #A03782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03782; }

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

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

background-color css

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

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

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

border-color css

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

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

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