Html Css Color HEX #A9498D Medium Red Violet

📋 copy color: '#A9498D'

red 169 ◦ green 73 ◦ blue 141

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

Shades of Medium Red Violet #A9498D

Tints of Medium Red Violet #A9498D

RGB

 RED value IS 169 (66.41% from 255) = 44.13%

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

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

R = 44.13%
G = 19.06%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9498D (or 0xA9498D) is known color: Medium Red Violet. HEX triplet: A9, 49 and 8D. RGB value is (169,73,141). Sum of RGB (Red+Green+Blue) = 169+73+141=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9498D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9498D is #56B672. Grayscale: #6D6D6D. Windows color (decimal): -5682803 or 9259433. OLE color: 9259433.

HSL color Cylindrical-coordinate representation of color #A9498D: hue angle of 317.5º degrees, saturation: 0.4, 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 #A9498D is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 73 141 -
CMYK 0 0.57 0.17 0.34
HSL 317.5º 0.4% 0.47% -
HSV(B) 317.5º 0.57% 0.66% -
XYZ 23.55 15.12 26.88 -
YUV 109.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 169 73 141 0 0.57 0.17 0.34 317.5 0.4 0.47
Hex A9 49 8D 0 39 11 22 13E 28 2F
Octal 251 111 215 0 71 21 42 476 50 57
Binary 10101001 1001001 10001101 0 111001 10001 100010 100111110 101000 101111

Color Harmonies of #A9498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9498D

Black with #A9498D

Text Example


Text Example

White with #A9498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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