Html Css Color HEX #A5398E Medium Red Violet

📋 copy color: '#A5398E'

red 165 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #A5398E

Tints of Medium Red Violet #A5398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.01%

R = 45.33%
G = 15.66%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A5398E (or 0xA5398E) is known color: Medium Red Violet. HEX triplet: A5, 39 and 8E. RGB value is (165,57,142). Sum of RGB (Red+Green+Blue) = 165+57+142=364 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.33% from 364); Green value is 57 (22.66% from 255 or 15.66% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 165 - color contains mainly: red. Hex color #A5398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5398E is #5AC671. Grayscale: #626262. Windows color (decimal): -5949042 or 9320869. OLE color: 9320869.

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

Color convert

RGB 165 57 142 -
CMYK 0 0.65 0.14 0.35
HSL 312.78º 0.49% 0.44% -
HSV(B) 312.78º 0.65% 0.65% -
XYZ 21.86 12.88 26.92 -
YUV 98.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 165 57 142 0 0.65 0.14 0.35 312.78 0.49 0.44
Hex A5 39 8E 0 41 E 23 139 31 2C
Octal 245 71 216 0 101 16 43 471 61 54
Binary 10100101 111001 10001110 0 1000001 1110 100011 100111001 110001 101100

Color Harmonies of #A5398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5398E

Black with #A5398E

Text Example


Text Example

White with #A5398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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