Html Css Color HEX #A7397A Medium Red Violet

📋 copy color: '#A7397A'

red 167 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #A7397A

Tints of Medium Red Violet #A7397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.47%

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

R = 48.27%
G = 16.47%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7397A (or 0xA7397A) is known color: Medium Red Violet. HEX triplet: A7, 39 and 7A. RGB value is (167,57,122). Sum of RGB (Red+Green+Blue) = 167+57+122=346 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.27% from 346); Green value is 57 (22.66% from 255 or 16.47% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 167 - color contains mainly: red. Hex color #A7397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7397A is #58C685. Grayscale: #616161. Windows color (decimal): -5817990 or 8010151. OLE color: 8010151.

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

Color convert

RGB 167 57 122 -
CMYK 0 0.66 0.27 0.35
HSL 324.55º 0.49% 0.44% -
HSV(B) 324.55º 0.66% 0.65% -
XYZ 20.91 12.55 19.73 -
YUV 97.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 167 57 122 0 0.66 0.27 0.35 324.55 0.49 0.44
Hex A7 39 7A 0 42 1B 23 145 31 2C
Octal 247 71 172 0 102 33 43 505 61 54
Binary 10100111 111001 1111010 0 1000010 11011 100011 101000101 110001 101100

Color Harmonies of #A7397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7397A

Black with #A7397A

Text Example


Text Example

White with #A7397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7397A; }

 p { color: rgb(167,57,122); }

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

background-color css

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

 a { background-color: rgb(167,57,122); }

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

border-color css

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

 span { border-color: rgb(167,57,122); }

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