Html Css Color HEX #A5378D Medium Red Violet

📋 copy color: '#A5378D'

red 165 ◦ green 55 ◦ blue 141

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

Shades of Medium Red Violet #A5378D

Tints of Medium Red Violet #A5378D

RGB

 RED value IS 165 (64.84% from 255) = 45.71%

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

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

R = 45.71%
G = 15.24%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5378D (or 0xA5378D) is known color: Medium Red Violet. HEX triplet: A5, 37 and 8D. RGB value is (165,55,141). Sum of RGB (Red+Green+Blue) = 165+55+141=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5378D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5378D is #5AC872. Grayscale: #616161. Windows color (decimal): -5949555 or 9254821. OLE color: 9254821.

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

Color convert

RGB 165 55 141 -
CMYK 0 0.67 0.15 0.35
HSL 313.09º 0.5% 0.43% -
HSV(B) 313.09º 0.67% 0.65% -
XYZ 21.69 12.65 26.5 -
YUV 97.69 152.44 176.01 -
System Red Green Blue C M Y K H S L
Decimal 165 55 141 0 0.67 0.15 0.35 313.09 0.5 0.43
Hex A5 37 8D 0 43 F 23 139 32 2B
Octal 245 67 215 0 103 17 43 471 62 53
Binary 10100101 110111 10001101 0 1000011 1111 100011 100111001 110010 101011

Color Harmonies of #A5378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5378D

Black with #A5378D

Text Example


Text Example

White with #A5378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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