Html Css Color HEX #A9378B Medium Red Violet

📋 copy color: '#A9378B'

red 169 ◦ green 55 ◦ blue 139

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

Shades of Medium Red Violet #A9378B

Tints of Medium Red Violet #A9378B

RGB

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

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

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

R = 46.56%
G = 15.15%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9378B (or 0xA9378B) is known color: Medium Red Violet. HEX triplet: A9, 37 and 8B. RGB value is (169,55,139). Sum of RGB (Red+Green+Blue) = 169+55+139=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9378B is #56C874. Grayscale: #626262. Windows color (decimal): -5687413 or 9123753. OLE color: 9123753.

HSL color Cylindrical-coordinate representation of color #A9378B: hue angle of 315.79º 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 #A9378B is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 55 139 -
CMYK 0 0.67 0.18 0.34
HSL 315.79º 0.51% 0.44% -
HSV(B) 315.79º 0.67% 0.66% -
XYZ 22.39 13.03 25.76 -
YUV 98.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 169 55 139 0 0.67 0.18 0.34 315.79 0.51 0.44
Hex A9 37 8B 0 43 12 22 13C 33 2C
Octal 251 67 213 0 103 22 42 474 63 54
Binary 10101001 110111 10001011 0 1000011 10010 100010 100111100 110011 101100

Color Harmonies of #A9378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9378B

Black with #A9378B

Text Example


Text Example

White with #A9378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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