Html Css Color HEX #A5397F Medium Red Violet

📋 copy color: '#A5397F'

red 165 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #A5397F

Tints of Medium Red Violet #A5397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.39%

R = 47.28%
G = 16.33%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5397F (or 0xA5397F) is known color: Medium Red Violet. HEX triplet: A5, 39 and 7F. RGB value is (165,57,127). Sum of RGB (Red+Green+Blue) = 165+57+127=349 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.28% from 349); Green value is 57 (22.66% from 255 or 16.33% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 165 - color contains mainly: red. Hex color #A5397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5397F is #5AC680. Grayscale: #616161. Windows color (decimal): -5949057 or 8337829. OLE color: 8337829.

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

Color convert

RGB 165 57 127 -
CMYK 0 0.65 0.23 0.35
HSL 321.11º 0.49% 0.44% -
HSV(B) 321.11º 0.65% 0.65% -
XYZ 20.81 12.46 21.39 -
YUV 97.27 144.78 176.31 -
System Red Green Blue C M Y K H S L
Decimal 165 57 127 0 0.65 0.23 0.35 321.11 0.49 0.44
Hex A5 39 7F 0 41 17 23 141 31 2C
Octal 245 71 177 0 101 27 43 501 61 54
Binary 10100101 111001 1111111 0 1000001 10111 100011 101000001 110001 101100

Color Harmonies of #A5397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5397F

Black with #A5397F

Text Example


Text Example

White with #A5397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5397F; }

 p { color: rgb(165,57,127); }

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

background-color css

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

 a { background-color: rgb(165,57,127); }

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

border-color css

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

 span { border-color: rgb(165,57,127); }

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