Html Css Color HEX #A0377A Medium Red Violet

📋 copy color: '#A0377A'

red 160 ◦ green 55 ◦ blue 122

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

Shades of Medium Red Violet #A0377A

Tints of Medium Red Violet #A0377A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 47.48%
G = 16.32%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A0377A (or 0xA0377A) is known color: Medium Red Violet. HEX triplet: A0, 37 and 7A. RGB value is (160,55,122). Sum of RGB (Red+Green+Blue) = 160+55+122=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 160 - color contains mainly: red. Hex color #A0377A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0377A is #5FC885. Grayscale: #5D5D5D. Windows color (decimal): -6277254 or 8009632. OLE color: 8009632.

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

Color convert

RGB 160 55 122 -
CMYK 0 0.66 0.24 0.37
HSL 321.71º 0.49% 0.42% -
HSV(B) 321.71º 0.66% 0.63% -
XYZ 19.38 11.61 19.63 -
YUV 94.03 143.79 175.05 -
System Red Green Blue C M Y K H S L
Decimal 160 55 122 0 0.66 0.24 0.37 321.71 0.49 0.42
Hex A0 37 7A 0 42 18 25 142 31 2A
Octal 240 67 172 0 102 30 45 502 61 52
Binary 10100000 110111 1111010 0 1000010 11000 100101 101000010 110001 101010

Color Harmonies of #A0377A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0377A

Black with #A0377A

Text Example


Text Example

White with #A0377A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0377A; }

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

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

background-color css

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

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

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

border-color css

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

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

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