Html Css Color HEX #A5398B Medium Red Violet

📋 copy color: '#A5398B'

red 165 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #A5398B

Tints of Medium Red Violet #A5398B

RGB

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

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

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

R = 45.71%
G = 15.79%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5398B (or 0xA5398B) is known color: Medium Red Violet. HEX triplet: A5, 39 and 8B. RGB value is (165,57,139). Sum of RGB (Red+Green+Blue) = 165+57+139=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5398B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5398B is #5AC674. Grayscale: #626262. Windows color (decimal): -5949045 or 9124261. OLE color: 9124261.

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

Color convert

RGB 165 57 139 -
CMYK 0 0.65 0.16 0.35
HSL 314.44º 0.49% 0.44% -
HSV(B) 314.44º 0.65% 0.65% -
XYZ 21.64 12.79 25.75 -
YUV 98.64 150.78 175.33 -
System Red Green Blue C M Y K H S L
Decimal 165 57 139 0 0.65 0.16 0.35 314.44 0.49 0.44
Hex A5 39 8B 0 41 10 23 13A 31 2C
Octal 245 71 213 0 101 20 43 472 61 54
Binary 10100101 111001 10001011 0 1000001 10000 100011 100111010 110001 101100

Color Harmonies of #A5398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5398B

Black with #A5398B

Text Example


Text Example

White with #A5398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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