Html Css Color HEX #A4398D Medium Red Violet

📋 copy color: '#A4398D'

red 164 ◦ green 57 ◦ blue 141

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

Shades of Medium Red Violet #A4398D

Tints of Medium Red Violet #A4398D

RGB

 RED value IS 164 (64.45% from 255) = 45.3%

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

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

R = 45.3%
G = 15.75%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4398D (or 0xA4398D) is known color: Medium Red Violet. HEX triplet: A4, 39 and 8D. RGB value is (164,57,141). Sum of RGB (Red+Green+Blue) = 164+57+141=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 57 (22.66% from 255 or 15.75% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A4398D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4398D is #5BC672. Grayscale: #626262. Windows color (decimal): -6014579 or 9255332. OLE color: 9255332.

HSL color Cylindrical-coordinate representation of color #A4398D: hue angle of 312.9º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A4398D is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 57 141 -
CMYK 0 0.65 0.14 0.36
HSL 312.9º 0.48% 0.43% -
HSV(B) 312.9º 0.65% 0.64% -
XYZ 21.58 12.74 26.52 -
YUV 98.57 151.95 174.67 -
System Red Green Blue C M Y K H S L
Decimal 164 57 141 0 0.65 0.14 0.36 312.9 0.48 0.43
Hex A4 39 8D 0 41 E 24 139 30 2B
Octal 244 71 215 0 101 16 44 471 60 53
Binary 10100100 111001 10001101 0 1000001 1110 100100 100111001 110000 101011

Color Harmonies of #A4398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4398D

Black with #A4398D

Text Example


Text Example

White with #A4398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4398D; }

 p { color: rgb(164,57,141); }

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

background-color css

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

 a { background-color: rgb(164,57,141); }

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

border-color css

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

 span { border-color: rgb(164,57,141); }

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