Html Css Color HEX #A9398E Medium Red Violet

📋 copy color: '#A9398E'

red 169 ◦ green 57 ◦ blue 142

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

Shades of Medium Red Violet #A9398E

Tints of Medium Red Violet #A9398E

RGB

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

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

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

R = 45.92%
G = 15.49%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.16

 K value IS 0.34

RGB Variations

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

Color information

#A9398E (or 0xA9398E) is known color: Medium Red Violet. HEX triplet: A9, 39 and 8E. RGB value is (169,57,142). Sum of RGB (Red+Green+Blue) = 169+57+142=368 (48% of max value = 765). Red value is 169 (66.41% from 255 or 45.92% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 169 - color contains mainly: red. Hex color #A9398E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9398E is #56C671. Grayscale: #636363. Windows color (decimal): -5686898 or 9320873. OLE color: 9320873.

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

Color convert

RGB 169 57 142 -
CMYK 0 0.66 0.16 0.34
HSL 314.46º 0.5% 0.44% -
HSV(B) 314.46º 0.66% 0.66% -
XYZ 22.71 13.31 26.96 -
YUV 100.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 169 57 142 0 0.66 0.16 0.34 314.46 0.5 0.44
Hex A9 39 8E 0 42 10 22 13A 32 2C
Octal 251 71 216 0 102 20 42 472 62 54
Binary 10101001 111001 10001110 0 1000010 10000 100010 100111010 110010 101100

Color Harmonies of #A9398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9398E

Black with #A9398E

Text Example


Text Example

White with #A9398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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