Html Css Color HEX #A8498D Medium Red Violet

📋 copy color: '#A8498D'

red 168 ◦ green 73 ◦ blue 141

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

Shades of Medium Red Violet #A8498D

Tints of Medium Red Violet #A8498D

RGB

 RED value IS 168 (66.02% from 255) = 43.98%

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

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

R = 43.98%
G = 19.11%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A8498D (or 0xA8498D) is known color: Medium Red Violet. HEX triplet: A8, 49 and 8D. RGB value is (168,73,141). Sum of RGB (Red+Green+Blue) = 168+73+141=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8498D is #57B672. Grayscale: #6C6C6C. Windows color (decimal): -5748339 or 9259432. OLE color: 9259432.

HSL color Cylindrical-coordinate representation of color #A8498D: hue angle of 317.05º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A8498D is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 141 -
CMYK 0 0.57 0.16 0.34
HSL 317.05º 0.39% 0.47% -
HSV(B) 317.05º 0.57% 0.66% -
XYZ 23.34 15.01 26.87 -
YUV 109.16 145.97 169.97 -
System Red Green Blue C M Y K H S L
Decimal 168 73 141 0 0.57 0.16 0.34 317.05 0.39 0.47
Hex A8 49 8D 0 39 10 22 13D 27 2F
Octal 250 111 215 0 71 20 42 475 47 57
Binary 10101000 1001001 10001101 0 111001 10000 100010 100111101 100111 101111

Color Harmonies of #A8498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8498D

Black with #A8498D

Text Example


Text Example

White with #A8498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8498D; }

 p { color: rgb(168,73,141); }

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

background-color css

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

 a { background-color: rgb(168,73,141); }

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

border-color css

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

 span { border-color: rgb(168,73,141); }

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