Html Css Color HEX #A9318D Medium Red Violet

📋 copy color: '#A9318D'

red 169 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #A9318D

Tints of Medium Red Violet #A9318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.65%

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

R = 47.08%
G = 13.65%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A9318D (or 0xA9318D) is known color: Medium Red Violet. HEX triplet: A9, 31 and 8D. RGB value is (169,49,141). Sum of RGB (Red+Green+Blue) = 169+49+141=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 49 (19.53% from 255 or 13.65% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9318D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9318D is #56CE72. Grayscale: #5F5F5F. Windows color (decimal): -5688947 or 9253289. OLE color: 9253289.

HSL color Cylindrical-coordinate representation of color #A9318D: hue angle of 314º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A9318D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 141 -
CMYK 0 0.71 0.17 0.34
HSL 314º 0.55% 0.43% -
HSV(B) 314º 0.71% 0.66% -
XYZ 22.27 12.55 26.45 -
YUV 95.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 169 49 141 0 0.71 0.17 0.34 314 0.55 0.43
Hex A9 31 8D 0 47 11 22 13A 37 2B
Octal 251 61 215 0 107 21 42 472 67 53
Binary 10101001 110001 10001101 0 1000111 10001 100010 100111010 110111 101011

Color Harmonies of #A9318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9318D

Black with #A9318D

Text Example


Text Example

White with #A9318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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