Html Css Color HEX #A9318A Medium Red Violet

📋 copy color: '#A9318A'

red 169 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #A9318A

Tints of Medium Red Violet #A9318A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 47.47%
G = 13.76%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A9318A (or 0xA9318A) is known color: Medium Red Violet. HEX triplet: A9, 31 and 8A. RGB value is (169,49,138). Sum of RGB (Red+Green+Blue) = 169+49+138=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A9318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9318A is #56CE75. Grayscale: #5E5E5E. Windows color (decimal): -5688950 or 9056681. OLE color: 9056681.

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

Color convert

RGB 169 49 138 -
CMYK 0 0.71 0.18 0.34
HSL 315.5º 0.55% 0.43% -
HSV(B) 315.5º 0.71% 0.66% -
XYZ 22.05 12.47 25.29 -
YUV 95.03 152.26 180.76 -
System Red Green Blue C M Y K H S L
Decimal 169 49 138 0 0.71 0.18 0.34 315.5 0.55 0.43
Hex A9 31 8A 0 47 12 22 13C 37 2B
Octal 251 61 212 0 107 22 42 474 67 53
Binary 10101001 110001 10001010 0 1000111 10010 100010 100111100 110111 101011

Color Harmonies of #A9318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9318A

Black with #A9318A

Text Example


Text Example

White with #A9318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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