Html Css Color HEX #A9397C Medium Red Violet

📋 copy color: '#A9397C'

red 169 ◦ green 57 ◦ blue 124

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

Shades of Medium Red Violet #A9397C

Tints of Medium Red Violet #A9397C

RGB

 RED value IS 169 (66.41% from 255) = 48.29%

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

 BLUE value IS 124 (48.83% from 255) = 35.43%

R = 48.29%
G = 16.29%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9397C (or 0xA9397C) is known color: Medium Red Violet. HEX triplet: A9, 39 and 7C. RGB value is (169,57,124). Sum of RGB (Red+Green+Blue) = 169+57+124=350 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 169 - color contains mainly: red. Hex color #A9397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9397C is #56C683. Grayscale: #616161. Windows color (decimal): -5686916 or 8141225. OLE color: 8141225.

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

Color convert

RGB 169 57 124 -
CMYK 0 0.66 0.27 0.34
HSL 324.11º 0.5% 0.44% -
HSV(B) 324.11º 0.66% 0.66% -
XYZ 21.46 12.82 20.41 -
YUV 98.13 142.61 178.55 -
System Red Green Blue C M Y K H S L
Decimal 169 57 124 0 0.66 0.27 0.34 324.11 0.5 0.44
Hex A9 39 7C 0 42 1B 22 144 32 2C
Octal 251 71 174 0 102 33 42 504 62 54
Binary 10101001 111001 1111100 0 1000010 11011 100010 101000100 110010 101100

Color Harmonies of #A9397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9397C

Black with #A9397C

Text Example


Text Example

White with #A9397C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9397C; }

 p { color: rgb(169,57,124); }

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

background-color css

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

 a { background-color: rgb(169,57,124); }

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

border-color css

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

 span { border-color: rgb(169,57,124); }

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