Html Css Color HEX #A7378D Medium Red Violet

📋 copy color: '#A7378D'

red 167 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #A7378D

Tints of Medium Red Violet #A7378D

RGB

 RED value IS 167 (65.63% from 255) = 46.01%

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 46.01%
G = 15.15%
B = 38.84%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A7378D (or 0xA7378D) is known color: Medium Red Violet. HEX triplet: A7, 37 and 8D. RGB value is (167,55,141). Sum of RGB (Red+Green+Blue) = 167+55+141=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A7378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7378D is #58C872. Grayscale: #626262. Windows color (decimal): -5818483 or 9254823. OLE color: 9254823.

HSL color Cylindrical-coordinate representation of color #A7378D: hue angle of 313.93º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A7378D is Cyan = 0, Magento = 0.67, Yellow = 0.16 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 55 141 -
CMYK 0 0.67 0.16 0.35
HSL 313.93º 0.5% 0.44% -
HSV(B) 313.93º 0.67% 0.65% -
XYZ 22.11 12.87 26.52 -
YUV 98.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 167 55 141 0 0.67 0.16 0.35 313.93 0.5 0.44
Hex A7 37 8D 0 43 10 23 13A 32 2C
Octal 247 67 215 0 103 20 43 472 62 54
Binary 10100111 110111 10001101 0 1000011 10000 100011 100111010 110010 101100

Color Harmonies of #A7378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7378D

Black with #A7378D

Text Example


Text Example

White with #A7378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7378D; }

 p { color: rgb(167,55,141); }

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

background-color css

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

 a { background-color: rgb(167,55,141); }

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

border-color css

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

 span { border-color: rgb(167,55,141); }

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