Html Css Color HEX #A0378B Medium Red Violet

📋 copy color: '#A0378B'

red 160 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #A0378B

Tints of Medium Red Violet #A0378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 45.2%
G = 15.54%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A0378B (or 0xA0378B) is known color: Medium Red Violet. HEX triplet: A0, 37 and 8B. RGB value is (160,55,139). Sum of RGB (Red+Green+Blue) = 160+55+139=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0378B is #5FC874. Grayscale: #5F5F5F. Windows color (decimal): -6277237 or 9123744. OLE color: 9123744.

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

Color convert

RGB 160 55 139 -
CMYK 0 0.66 0.13 0.37
HSL 312º 0.49% 0.42% -
HSV(B) 312º 0.66% 0.63% -
XYZ 20.52 12.07 25.67 -
YUV 95.97 152.29 173.67 -
System Red Green Blue C M Y K H S L
Decimal 160 55 139 0 0.66 0.13 0.37 312 0.49 0.42
Hex A0 37 8B 0 42 D 25 138 31 2A
Octal 240 67 213 0 102 15 45 470 61 52
Binary 10100000 110111 10001011 0 1000010 1101 100101 100111000 110001 101010

Color Harmonies of #A0378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0378B

Black with #A0378B

Text Example


Text Example

White with #A0378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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