Html Css Color HEX #A5397A Medium Red Violet

📋 copy color: '#A5397A'

red 165 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #A5397A

Tints of Medium Red Violet #A5397A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.47%

R = 47.97%
G = 16.57%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5397A (or 0xA5397A) is known color: Medium Red Violet. HEX triplet: A5, 39 and 7A. RGB value is (165,57,122). Sum of RGB (Red+Green+Blue) = 165+57+122=344 (45% of max value = 765). Red value is 165 (64.84% from 255 or 47.97% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 122 (48.05% from 255 or 35.47% from 344); Max value from RGB is 165 - color contains mainly: red. Hex color #A5397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5397A is #5AC685. Grayscale: #606060. Windows color (decimal): -5949062 or 8010149. OLE color: 8010149.

HSL color Cylindrical-coordinate representation of color #A5397A: hue angle of 323.89º 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 #A5397A is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 57 122 -
CMYK 0 0.65 0.26 0.35
HSL 323.89º 0.49% 0.44% -
HSV(B) 323.89º 0.65% 0.65% -
XYZ 20.49 12.33 19.71 -
YUV 96.7 142.28 176.71 -
System Red Green Blue C M Y K H S L
Decimal 165 57 122 0 0.65 0.26 0.35 323.89 0.49 0.44
Hex A5 39 7A 0 41 1A 23 144 31 2C
Octal 245 71 172 0 101 32 43 504 61 54
Binary 10100101 111001 1111010 0 1000001 11010 100011 101000100 110001 101100

Color Harmonies of #A5397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5397A

Black with #A5397A

Text Example


Text Example

White with #A5397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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