Html Css Color HEX #A0377D Medium Red Violet

📋 copy color: '#A0377D'

red 160 ◦ green 55 ◦ blue 125

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

Shades of Medium Red Violet #A0377D

Tints of Medium Red Violet #A0377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.76%

R = 47.06%
G = 16.18%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0377D (or 0xA0377D) is known color: Medium Red Violet. HEX triplet: A0, 37 and 7D. RGB value is (160,55,125). Sum of RGB (Red+Green+Blue) = 160+55+125=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A0377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0377D is #5FC882. Grayscale: #5E5E5E. Windows color (decimal): -6277251 or 8206240. OLE color: 8206240.

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

Color convert

RGB 160 55 125 -
CMYK 0 0.66 0.22 0.37
HSL 320º 0.49% 0.42% -
HSV(B) 320º 0.66% 0.63% -
XYZ 19.57 11.69 20.63 -
YUV 94.38 145.29 174.81 -
System Red Green Blue C M Y K H S L
Decimal 160 55 125 0 0.66 0.22 0.37 320 0.49 0.42
Hex A0 37 7D 0 42 16 25 140 31 2A
Octal 240 67 175 0 102 26 45 500 61 52
Binary 10100000 110111 1111101 0 1000010 10110 100101 101000000 110001 101010

Color Harmonies of #A0377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0377D

Black with #A0377D

Text Example


Text Example

White with #A0377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0377D; }

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

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

background-color css

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

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

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

border-color css

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

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

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