Html Css Color HEX #A9398C Medium Red Violet

📋 copy color: '#A9398C'

red 169 ◦ green 57 ◦ blue 140

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

Shades of Medium Red Violet #A9398C

Tints of Medium Red Violet #A9398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 38.25%

R = 46.17%
G = 15.57%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9398C (or 0xA9398C) is known color: Medium Red Violet. HEX triplet: A9, 39 and 8C. RGB value is (169,57,140). Sum of RGB (Red+Green+Blue) = 169+57+140=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 57 (22.66% from 255 or 15.57% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A9398C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9398C is #56C673. Grayscale: #636363. Windows color (decimal): -5686900 or 9189801. OLE color: 9189801.

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

Color convert

RGB 169 57 140 -
CMYK 0 0.66 0.17 0.34
HSL 315.54º 0.5% 0.44% -
HSV(B) 315.54º 0.66% 0.66% -
XYZ 22.56 13.25 26.18 -
YUV 99.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 169 57 140 0 0.66 0.17 0.34 315.54 0.5 0.44
Hex A9 39 8C 0 42 11 22 13C 32 2C
Octal 251 71 214 0 102 21 42 474 62 54
Binary 10101001 111001 10001100 0 1000010 10001 100010 100111100 110010 101100

Color Harmonies of #A9398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9398C

Black with #A9398C

Text Example


Text Example

White with #A9398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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