Html Css Color HEX #A4498B Medium Red Violet

📋 copy color: '#A4498B'

red 164 ◦ green 73 ◦ blue 139

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

Shades of Medium Red Violet #A4498B

Tints of Medium Red Violet #A4498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 43.62%
G = 19.41%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4498B (or 0xA4498B) is known color: Medium Red Violet. HEX triplet: A4, 49 and 8B. RGB value is (164,73,139). Sum of RGB (Red+Green+Blue) = 164+73+139=376 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.62% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 164 - color contains mainly: red. Hex color #A4498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4498B is #5BB674. Grayscale: #6B6B6B. Windows color (decimal): -6010485 or 9128356. OLE color: 9128356.

HSL color Cylindrical-coordinate representation of color #A4498B: hue angle of 316.48º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A4498B is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 73 139 -
CMYK 0 0.55 0.15 0.36
HSL 316.48º 0.38% 0.46% -
HSV(B) 316.48º 0.55% 0.64% -
XYZ 22.35 14.52 26.05 -
YUV 107.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 164 73 139 0 0.55 0.15 0.36 316.48 0.38 0.46
Hex A4 49 8B 0 37 F 24 13C 26 2E
Octal 244 111 213 0 67 17 44 474 46 56
Binary 10100100 1001001 10001011 0 110111 1111 100100 100111100 100110 101110

Color Harmonies of #A4498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4498B

Black with #A4498B

Text Example


Text Example

White with #A4498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4498B; }

 p { color: rgb(164,73,139); }

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

background-color css

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

 a { background-color: rgb(164,73,139); }

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

border-color css

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

 span { border-color: rgb(164,73,139); }

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