Html Css Color HEX #A9379D Medium Red Violet

📋 copy color: '#A9379D'

red 169 ◦ green 55 ◦ blue 157

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

Shades of Medium Red Violet #A9379D

Tints of Medium Red Violet #A9379D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 44.36%
G = 14.44%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#A9379D (or 0xA9379D) is known color: Medium Red Violet. HEX triplet: A9, 37 and 9D. RGB value is (169,55,157). Sum of RGB (Red+Green+Blue) = 169+55+157=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 55 (21.88% from 255 or 14.44% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 169 - color contains mainly: red. Hex color #A9379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9379D is #56C862. Grayscale: #646464. Windows color (decimal): -5687395 or 10303401. OLE color: 10303401.

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

Color convert

RGB 169 55 157 -
CMYK 0 0.67 0.07 0.34
HSL 306.32º 0.51% 0.44% -
HSV(B) 306.32º 0.67% 0.66% -
XYZ 23.81 13.6 33.27 -
YUV 100.71 159.77 176.71 -
System Red Green Blue C M Y K H S L
Decimal 169 55 157 0 0.67 0.07 0.34 306.32 0.51 0.44
Hex A9 37 9D 0 43 7 22 132 33 2C
Octal 251 67 235 0 103 7 42 462 63 54
Binary 10101001 110111 10011101 0 1000011 111 100010 100110010 110011 101100

Color Harmonies of #A9379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9379D

Black with #A9379D

Text Example


Text Example

White with #A9379D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9379D; }

 p { color: rgb(169,55,157); }

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

background-color css

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

 a { background-color: rgb(169,55,157); }

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

border-color css

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

 span { border-color: rgb(169,55,157); }

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